org.apache.myfaces.buildtools.maven2.plugin.faces.parse
Class ConverterBean

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean
      extended by org.apache.myfaces.buildtools.maven2.plugin.faces.parse.AbstractTagBean
          extended by org.apache.myfaces.buildtools.maven2.plugin.faces.parse.ConverterBean

public class ConverterBean
extends AbstractTagBean

ConverterBean is a Java representation of the faces-config converter XML element.


Field Summary
 
Fields inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.AbstractTagBean
_properties
 
Constructor Summary
ConverterBean()
           
 
Method Summary
 void addConverterClassModifier(int modifier)
          Adds a Java Language class modifier to the converter class.
 java.lang.String getConverterClass()
          Returns the converter class for this component.
 int getConverterClassModifiers()
          Returns the Java Language class modifiers for the converter class.
 java.lang.String getConverterId()
          Returns the converter identifier for this component.
 java.lang.String getConverterSuperClass()
          Returns the converter super class for this component.
 boolean hasConverterId()
          Returns true if the converter identifier is specified, otherwise false.
 boolean isTagClassExcluded()
           
 void parseConverterClassModifier(java.lang.String modifier)
           
 void setConverterClass(java.lang.String converterClass)
          Sets the converter class for this component.
 void setConverterId(java.lang.String converterId)
          Sets the converter identifer for this component.
 void setConverterSuperClass(java.lang.String converterSuperClass)
          Sets the converter super class for this component.
 void setTagClassExcluded(boolean tagClassExcluded)
           
 
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.AbstractTagBean
_parseModifier, addProperty, addTagClassModifier, findProperty, getDescription, getLongDescription, getTagClass, getTagClassModifiers, getTagName, hasProperties, parseTagClassModifier, properties, propertiesSize, setDescription, setLongDescription, setTagClass, setTagName
 
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.parse.ObjectBean
attach, getOwner, isModifiedSince
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterBean

public ConverterBean()
Method Detail

setConverterId

public void setConverterId(java.lang.String converterId)
Sets the converter identifer for this component.

Parameters:
converterId - converter identifer

hasConverterId

public boolean hasConverterId()
Returns true if the converter identifier is specified, otherwise false.

Returns:
true if the converter identifier is specified, otherwise false.

getConverterId

public java.lang.String getConverterId()
Returns the converter identifier for this component.

Returns:
the converter identifier

setConverterClass

public void setConverterClass(java.lang.String converterClass)
Sets the converter class for this component.

Parameters:
converterClass - the converter class

getConverterClass

public java.lang.String getConverterClass()
Returns the converter class for this component.

Returns:
the converter class

setConverterSuperClass

public void setConverterSuperClass(java.lang.String converterSuperClass)
Sets the converter super class for this component.

Parameters:
converterSuperClass - the converter super class

getConverterSuperClass

public java.lang.String getConverterSuperClass()
Returns the converter super class for this component.

Returns:
the converter super class

addConverterClassModifier

public void addConverterClassModifier(int modifier)
Adds a Java Language class modifier to the converter class.

Parameters:
modifier - the modifier to be added

getConverterClassModifiers

public int getConverterClassModifiers()
Returns the Java Language class modifiers for the converter class. By default, these modifiers include Modifier.PUBLIC.

Returns:
the Java Language class modifiers for the converter class

parseConverterClassModifier

public void parseConverterClassModifier(java.lang.String modifier)

setTagClassExcluded

public void setTagClassExcluded(boolean tagClassExcluded)

isTagClassExcluded

public boolean isTagClassExcluded()


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.