|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.spring.factory.aspectj.UIComponentDefinition
public final class UIComponentDefinition
A UIComponentDefinition encapsulates and describes a
UIComponent
instance. Description (e.g.
component type) is needed for registration purposes.
Constructor Summary | |
---|---|
UIComponentDefinition(java.lang.String componentType,
java.lang.String componentClassName)
Creates a definition with the given descriptors. |
Method Summary | |
---|---|
java.lang.String |
getComponentClassName()
|
java.lang.String |
getComponentType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIComponentDefinition(java.lang.String componentType, java.lang.String componentClassName)
componentType
- the type of the componentcomponentClassName
- the class name of the componentMethod Detail |
---|
public java.lang.String getComponentType()
public java.lang.String getComponentClassName()
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |