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 Object
This class represents the metadata of a component definition in a faces-config type file.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentConfig
protected ComponentConfig()
getDescription
public abstract String getDescription()
- Gets the description of this component
getDisplayName
public abstract String getDisplayName()
- Gets the display-name of this component
getComponentType
public abstract String getComponentType()
- Gets the component-type of this component
Skip navigation links
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.