public interface PortletRenderContext
| Modifier and Type | Method and Description |
|---|---|
String |
dump()
Converr the render context to a string suitable for dumping to a log file or console.
|
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
|
void put(String string, Object value)
string - value - String dump()
boolean uses(String includeOption)
includeOption - Copyright © 2003-2016 Sakai Foundation. All Rights Reserved.