public class Include extends AbstractAction
| Constructor and Description |
|---|
Include() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPage()
Returns the page (URI).
|
void |
render(ActionContext ac,
boolean nested)
Processes the action and renders the output to
ActionContext.getOut(). |
void |
setPage(java.lang.String page)
Sets the page (URI).
|
java.lang.String |
toString() |
append, append, append, getIf, getUnless, isEffective, setIf, setUnless, toScopepublic java.lang.String getPage()
public void setPage(java.lang.String page)
public void render(ActionContext ac, boolean nested) throws DspException, java.io.IOException
ActionActionContext.getOut().nested - whether there is any nested content.DspExceptionjava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005-2011 Potix Corporation. All Rights Reserved.