|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.smile.component.ComponentFactory
Method Summary | |
void |
addComponent(java.lang.String componentType,
java.lang.Class componentClass)
Registers a component type with the factory. |
javax.faces.component.UIComponent |
getComponent(java.lang.String componentType)
|
java.util.Iterator |
getComponentClasses()
Returns an iterator that contains all registered classes. |
java.util.Iterator |
getComponentTypes()
Returns an iterator that contains all registeres component types. |
static ComponentFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ComponentFactory getInstance()
public void addComponent(java.lang.String componentType, java.lang.Class componentClass)
componentType
- componentClass
- public javax.faces.component.UIComponent getComponent(java.lang.String componentType) throws javax.faces.FacesException
javax.faces.FacesException
public java.util.Iterator getComponentClasses()
public java.util.Iterator getComponentTypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |