public interface ComponentTagGenerator extends ClassGenerator
| Modifier and Type | Method and Description |
|---|---|
void |
writeGetComponentType(PrettyWriter out,
ComponentBean component) |
void |
writeGetRendererType(PrettyWriter out,
ComponentBean component) |
void |
writePropertyMembers(PrettyWriter out,
Collection components) |
void |
writePropertyMembers(PrettyWriter out,
ComponentBean component) |
void |
writeReleaseMethod(PrettyWriter out,
Collection components) |
void |
writeReleaseMethod(PrettyWriter out,
ComponentBean component) |
void |
writeSetPropertiesMethod(PrettyWriter out,
String componentClass,
Collection components) |
void |
writeSetPropertiesMethod(PrettyWriter out,
String componentClass,
ComponentBean component) |
writeClassBegin, writeClassEnd, writeConstructor, writeImports, writeImportsvoid writeSetPropertiesMethod(PrettyWriter out, String componentClass, ComponentBean component) throws IOException
IOExceptionvoid writeSetPropertiesMethod(PrettyWriter out, String componentClass, Collection components) throws IOException
IOExceptionvoid writeReleaseMethod(PrettyWriter out, ComponentBean component) throws IOException
IOExceptionvoid writeReleaseMethod(PrettyWriter out, Collection components) throws IOException
IOExceptionvoid writeGetComponentType(PrettyWriter out, ComponentBean component) throws IOException
IOExceptionvoid writeGetRendererType(PrettyWriter out, ComponentBean component) throws IOException
IOExceptionvoid writePropertyMembers(PrettyWriter out, ComponentBean component) throws IOException
IOExceptionvoid writePropertyMembers(PrettyWriter out, Collection components) throws IOException
IOExceptionCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.