public interface RenderContext
| Modifier and Type | Method and Description |
|---|---|
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. |
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.Copyright © 2009-2013 Seam Framework. All Rights Reserved.