public class TrinidadComponentTagGenerator extends AbstractComponentTagGenerator
| Constructor and Description |
|---|
TrinidadComponentTagGenerator(boolean is12) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSpecificImports(Set imports,
ComponentBean component) |
protected boolean |
is12()
Returns true if the method is being used for generating JSF 1.2 code.
|
protected void |
writePropertyDeclaration(PrettyWriter out,
PropertyBean property) |
protected void |
writePropertySetter(PrettyWriter out,
PropertyBean property) |
void |
writeSetPropertiesMethod(PrettyWriter out,
String componentClass,
Collection components) |
void |
writeSetPropertiesMethod(PrettyWriter out,
String componentClass,
ComponentBean component) |
protected void |
writeSetPropertyMethodBody(PrettyWriter out,
String componentClass,
Iterator properties) |
writeClassBegin, writeClassEnd, writeConstructor, writeGetComponentType, writeGetRendererType, writeImports, writeImports, writePropertyMembers, writePropertyMembers, writeReleaseMethod, writeReleaseMethodprotected boolean is12()
AbstractComponentTagGeneratoris12 in class AbstractComponentTagGeneratorprotected void addSpecificImports(Set imports, ComponentBean component)
addSpecificImports in class AbstractComponentTagGeneratorprotected void writePropertyDeclaration(PrettyWriter out, PropertyBean property) throws IOException
writePropertyDeclaration in class AbstractComponentTagGeneratorIOExceptionprotected void writePropertySetter(PrettyWriter out, PropertyBean property) throws IOException
writePropertySetter in class AbstractComponentTagGeneratorIOExceptionpublic void writeSetPropertiesMethod(PrettyWriter out, String componentClass, ComponentBean component) throws IOException
IOExceptionpublic void writeSetPropertiesMethod(PrettyWriter out, String componentClass, Collection components) throws IOException
IOExceptionprotected void writeSetPropertyMethodBody(PrettyWriter out, String componentClass, Iterator properties) throws IOException
writeSetPropertyMethodBody in class AbstractComponentTagGeneratorIOExceptionCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.