|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortalRenderContext
This interface represent the Render Context, it allows the portal implementation to put values into the render context. There is a utility dump method to dump the context. Instances of this class should be created per request via an Implimention of the RenderContextEngine
| Method Summary | |
|---|---|
String |
dump()
Convert the render context to a string suitable for dumping to a log file or console. |
PortalRenderEngine |
getRenderEngine()
Get the render engine associated with this context. |
void |
put(String string,
Object value)
Set a value agaaisnt a Key, normally a value might be a String, Collection or a Map, but depending on the render engine technology other objects may be acceptable. |
boolean |
uses(String includeOption)
Return true if the context needs this part of the portal |
| Method Detail |
|---|
void put(String string,
Object value)
string - value - String dump()
boolean uses(String includeOption)
includeOption -
PortalRenderEngine getRenderEngine()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||