Method Summary |
|
public void | addBinding(WbBinding binding) Adds a component binding. |
public void | addOptionalStringProperty(String name, String value) |
public void | addStringProperty(String name, String value) |
protected void | deploy() |
public ArrayList<WbBinding> | getBindingList() |
public Class | getClassType() |
public ComponentImpl | getComponent() |
public ComponentImpl | getComponentFactory() Returns the configured component factory. |
public WbComponentType | getComponentType() Sets the component type. |
public ContainerProgram | getInit() |
public String | getMBeanName() |
public String | getName() Gets the component's EL binding name. |
public Object | getObject() |
protected String | getTagName() Returns the XML tag name for debugging. |
public WbComponentType | getType() Gets the component type. |
public void | init() Initialization. |
protected void | introspectPostInit() |
public void | setClass(Class cl) Sets the component implementation class. |
public void | setComponentType(WbComponentType type) Sets the component type. |
public void | setInit(ContainerProgram init) Sets the init program. |
public void | setName(String name) Returns the component's EL binding name. |
public void | setScope(String scope) Sets the scope attribute. |
public void | setType(Class type) Sets the component type. |