public class LayoutContext extends Object
| Constructor and Description |
|---|
LayoutContext() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public Map<String,String> getComponents()
public Map<String,Object> getParameters()
public boolean isRendered()
public void setRendered(boolean rendered)
© Copyright 2005-2006, Stripes Development Team.