|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.meta.xml.AbstractXmlPropertyRenderer
org.progeeks.repository.Repository.ListPropertyTypeRenderer
protected static class Repository.ListPropertyTypeRenderer
Renderer for writing list property types to XML in a format that they can be read back in with (utilizing the constructed bean handler).
| Constructor Summary | |
|---|---|
protected |
Repository.ListPropertyTypeRenderer()
|
| Method Summary | |
|---|---|
void |
render(java.lang.Object object,
PropertyType type,
boolean forceWrap,
XmlRenderContext context)
Renders the specified value to the session defined by the render context. |
| Methods inherited from class org.progeeks.meta.xml.AbstractXmlPropertyRenderer |
|---|
canRenderAsAttribute, findEm, getAsAttribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Repository.ListPropertyTypeRenderer()
| Method Detail |
|---|
public void render(java.lang.Object object,
PropertyType type,
boolean forceWrap,
XmlRenderContext context)
AbstractXmlPropertyRenderer
render in interface XmlPropertyRendererrender in class AbstractXmlPropertyRendererobject - The value to be rendered.type - The specific type that was used to lookup this renderer.forceWrap - Set to true if the renderer should wrap the value in
its own style of start/end tags. False indicates that
the renderer can optionally leave them out. This is usually
used by renderers that support types that can be defined
as strings directly.context - Contains the rendering output information for this session.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||