org.apache.shale.clay.config.beans
Class ConverterBean

java.lang.Object
  extended by org.apache.shale.clay.config.beans.AbstractBean
      extended by org.apache.shale.clay.config.beans.ComponentBean
          extended by org.apache.shale.clay.config.beans.InnerComponentBean
              extended by org.apache.shale.clay.config.beans.ConverterBean
All Implemented Interfaces:
Serializable, Comparable

public class ConverterBean
extends InnerComponentBean

This meta component will be used to construct a JSF Converter. It is a subclass of ComponentBean where this class acts like an enumerated type.

See Also:
Serialized Form

Constructor Summary
ConverterBean()
           
 
Method Summary
 String getId()
          Returns the ComponentBean's id.
 void setId(String id)
          Sets the ComponentBean's id.
 
Methods inherited from class org.apache.shale.clay.config.beans.InnerComponentBean
getIsAClientId
 
Methods inherited from class org.apache.shale.clay.config.beans.ComponentBean
addActionListener, addAttribute, addChild, addConverter, addSymbol, addValidator, addValueChangeListener, compareTo, getActionListenerIterator, getActionListeners, getAllowBody, getAttribute, getAttributeIterator, getAttributes, getChildren, getChildrenIterator, getComponentType, getConverter, getExtends, getFacetName, getHasAClientId, getHasAParent, getIsAParent, getIsBodyAllowed, getJsfid, getJspId, getSymbol, getSymbols, getValidatorIterator, getValidators, getValueChangeListenerIterator, getValueChangeListeners, isInheritanceFinal, setActionListeners, setAllowBody, setAttributes, setChildren, setComponentType, setExtends, setFacetName, setHasAParent, setInheritanceFinal, setIsAParent, setJsfid, setValidators, setValueChangeListeners, toString
 
Methods inherited from class org.apache.shale.clay.config.beans.AbstractBean
getDescription, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConverterBean

public ConverterBean()
Method Detail

getId

public String getId()

Returns the ComponentBean's id.

Overrides:
getId in class ComponentBean
Returns:
converter's id

setId

public void setId(String id)

Sets the ComponentBean's id.

Overrides:
setId in class ComponentBean
Parameters:
id - converter's id


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.