org.apache.myfaces.buildtools.maven2.plugin.faces.generator.taglib
Class TrinidadComponentTagGenerator
java.lang.Object
org.apache.myfaces.buildtools.maven2.plugin.faces.generator.taglib.AbstractComponentTagGenerator
org.apache.myfaces.buildtools.maven2.plugin.faces.generator.taglib.TrinidadComponentTagGenerator
- All Implemented Interfaces:
- ClassGenerator, ComponentTagGenerator
public class TrinidadComponentTagGenerator
- extends AbstractComponentTagGenerator
TODO: comment this!
- Version:
- $Revision: 606225 $ $Date: 2007-12-21 16:55:00 +0100 (Fr, 21 Dez 2007) $
- Author:
- Bruno Aranda (latest modification by $Author: matzew $)
Methods inherited from class org.apache.myfaces.buildtools.maven2.plugin.faces.generator.taglib.AbstractComponentTagGenerator |
writeClassBegin, writeClassEnd, writeConstructor, writeGetComponentType, writeGetRendererType, writeImports, writeImports, writePropertyMembers, writePropertyMembers, writeReleaseMethod, writeReleaseMethod |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrinidadComponentTagGenerator
public TrinidadComponentTagGenerator(boolean is12)
is12
protected boolean is12()
- Description copied from class:
AbstractComponentTagGenerator
- Returns true if the method is being used for generating JSF 1.2 code.
- Specified by:
is12
in class AbstractComponentTagGenerator
addSpecificImports
protected void addSpecificImports(java.util.Set imports,
ComponentBean component)
- Overrides:
addSpecificImports
in class AbstractComponentTagGenerator
writePropertyDeclaration
protected void writePropertyDeclaration(PrettyWriter out,
PropertyBean property)
throws java.io.IOException
- Specified by:
writePropertyDeclaration
in class AbstractComponentTagGenerator
- Throws:
java.io.IOException
writePropertySetter
protected void writePropertySetter(PrettyWriter out,
PropertyBean property)
throws java.io.IOException
- Specified by:
writePropertySetter
in class AbstractComponentTagGenerator
- Throws:
java.io.IOException
writeSetPropertiesMethod
public void writeSetPropertiesMethod(PrettyWriter out,
java.lang.String componentClass,
ComponentBean component)
throws java.io.IOException
- Throws:
java.io.IOException
writeSetPropertiesMethod
public void writeSetPropertiesMethod(PrettyWriter out,
java.lang.String componentClass,
java.util.Collection components)
throws java.io.IOException
- Throws:
java.io.IOException
writeSetPropertyMethodBody
protected void writeSetPropertyMethodBody(PrettyWriter out,
java.lang.String componentClass,
java.util.Iterator properties)
throws java.io.IOException
- Specified by:
writeSetPropertyMethodBody
in class AbstractComponentTagGenerator
- Throws:
java.io.IOException
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.