|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RendererAspectContext
The renderer aspect context is passed to every renderer aspect. Using this context, a renderer aspect can get it's configuration and it can invoke (if wanted) the next aspect in the aspect chain.
| Method Summary | |
|---|---|
Object |
getAspectConfiguration()
Get the "compiled" configuration of the aspect. |
Object |
getAttribute(String key)
Get an attribute |
Map |
getObjectModel()
Get the object model |
void |
invokeNext(Layout layout,
PortalService service,
ContentHandler handler)
Stream out raw layout |
boolean |
isRendering()
Return whether rendering is enabled for this chain. |
void |
removeAttribute(String key)
Remove an attribute |
void |
setAttribute(String key,
Object attribute)
Set an attribute |
| Method Detail |
|---|
void invokeNext(Layout layout,
PortalService service,
ContentHandler handler)
throws SAXException
SAXExceptionObject getAspectConfiguration()
void setAttribute(String key,
Object attribute)
Object getAttribute(String key)
void removeAttribute(String key)
Map getObjectModel()
boolean isRendering()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||