|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
void |
removeAttribute(String key)
Remove an attribute |
void |
setAttribute(String key,
Object attribute)
Set an attribute |
Method Detail |
public void invokeNext(Layout layout, PortalService service, ContentHandler handler) throws SAXException
SAXException
public Object getAspectConfiguration()
public void setAttribute(String key, Object attribute)
public Object getAttribute(String key)
public void removeAttribute(String key)
public Map getObjectModel()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |