|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.stripes.tag.layout.LayoutContext
public class LayoutContext
Used to move contextual information about a layout rendering between a LayoutRenderTag and a LayoutDefinitionTag. Holds the set of overridden components and any parameters provided to the render tag.
| Constructor Summary | |
|---|---|
LayoutContext()
|
|
| Method Summary | |
|---|---|
Map<String,String> |
getComponents()
Gets the Map of overridden components. |
Map<String,Object> |
getParameters()
Gets the Map of parameters. |
boolean |
isRendered()
Returns true if the layout has been rendered, false otherwise. |
void |
setRendered(boolean rendered)
False initially, should be set to true when the layout is actually rendered. |
String |
toString()
To String implementation the parameters, and the component names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutContext()
| Method Detail |
|---|
public Map<String,String> getComponents()
public Map<String,Object> getParameters()
public boolean isRendered()
public void setRendered(boolean rendered)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||