|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.config.ComponentConfig
public abstract class ComponentConfig
This class represents the metadata of a component definition in a faces-config type file.
Constructor Summary | |
---|---|
protected |
ComponentConfig()
|
Method Summary | |
---|---|
abstract String |
getComponentType()
Gets the component-type of this component |
abstract String |
getDescription()
Gets the description of this component |
abstract String |
getDisplayName()
Gets the display-name of this component |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ComponentConfig()
Method Detail |
---|
public abstract String getDescription()
public abstract String getDisplayName()
public abstract String getComponentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |