|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderContext
A context that lives from Restore View to the next Render Response.
| Method Summary | |
|---|---|
Object |
get(String key)
Get a key value pair from the RenderContext. |
Integer |
getId()
Return the current ID of this request's RenderContext. |
boolean |
isEmpty()
Returns true if the current RenderContext contains no data. |
void |
put(String key,
Object value)
Put a key value pair into the RenderContext. |
| Method Detail |
|---|
boolean isEmpty()
RenderContext contains no data.
Integer getId()
RenderContext. If the ID has not yet been set as part of a redirect, the
ID will be null.
Object get(String key)
RenderContext.
void put(String key,
Object value)
RenderContext.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||