org.apache.myfaces.trinidad.config
Class ComponentConfig

java.lang.Object
  extended by 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.


Constructor Summary
protected ComponentConfig()
           
 
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
 

Constructor Detail

ComponentConfig

protected ComponentConfig()
Method Detail

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



Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.