|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="4.1", sinceVersion="4.0") public interface IRenderable
Classes that implements this interface offers a standard way to render its data in a xml format.
Method Summary | |
---|---|
String |
getDisplayString(IRenderer renderer)
Returns the string to be displayed for representing this instance, when a short display is required. |
String |
getRenderData(IRenderer renderer)
Returns the data of this object in a standard xml format. |
Method Detail |
---|
String getRenderData(IRenderer renderer) throws PortalException
renderer
- the renderer object that will use the returned render data.
PortalException
String getDisplayString(IRenderer renderer) throws PortalException
renderer
- the renderer object that will use the returned render data.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |