|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.opensuit.core.util.RenderingContext
public class RenderingContext
Helper class used by graphical components during the rendering process.
Constructor Summary | |
---|---|
RenderingContext()
|
Method Summary | |
---|---|
static RenderingContext |
get(javax.servlet.http.HttpServletRequest iRequest)
Returns the current rendering context. |
java.lang.Object |
get(java.lang.Object iSource,
java.lang.String iName)
Retrieves data from the rendering context. |
void |
put(java.lang.Object iSource,
java.lang.String iName,
java.lang.Object iValue)
Puts data in the rendering context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderingContext()
Method Detail |
---|
public static RenderingContext get(javax.servlet.http.HttpServletRequest iRequest)
iRequest
- The current http request.
public void put(java.lang.Object iSource, java.lang.String iName, java.lang.Object iValue)
iSource
- The component using the data.iName
- The data name.iValue
- The value to store.public java.lang.Object get(java.lang.Object iSource, java.lang.String iName)
iSource
- The component using the data.iName
- The data name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |