Skip navigation links
org.apache.myfaces.trinidad.config
Class ComponentConfig
java.lang.Object
org.apache.myfaces.trinidad.config.ComponentConfig
- Direct Known Subclasses:
- RegionConfig
-
public abstract class ComponentConfig
- extends java.lang.Object
This class represents the metadata of a component definition in a faces-config type file.
| Method Summary |
abstract java.lang.String |
getComponentType()
Gets the component-type of this component |
abstract java.lang.String |
getDescription()
Gets the description of this component |
abstract java.lang.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 |
ComponentConfig
protected ComponentConfig()
getDescription
public abstract java.lang.String getDescription()
- Gets the description of this component
getDisplayName
public abstract java.lang.String getDisplayName()
- Gets the display-name of this component
getComponentType
public abstract java.lang.String getComponentType()
- Gets the component-type of this component
Skip navigation links
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.