Method Summary |
|
public void | addBinding(WbBinding binding) Adds a component binding. |
public WbComponentType | getComponentType() Gets the component type. |
public String | getFilename() |
public ContainerProgram | getInit() Sets the init program. |
public Class | getInstanceClass() |
public String | getJndiName() Gets the component's EL binding name. |
public int | getLine() |
public String | getName() Gets the component's EL binding name. |
protected void | register() |
protected void | register(Object value) |
protected void | register(Object value, Class api) |
public void | setClass(Class cl) |
public void | setComponentType(Class type) Sets the component type. |
public void | setConfigLocation(String filename, int line) |
public void | setInit(ContainerProgram init) Sets the init program. |
public void | setJndiName(String name) Returns the component's EL binding name. |
public void | setName(String name) Returns the component's EL binding name. |
public void | setScope(String scope) Sets the scope attribute. |