public class Include extends AbstractAction
| Constructor and Description |
|---|
Include() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPage()
Returns the page (URI).
|
void |
render(ActionContext ac,
boolean nested)
Processes the action and renders the output to
ActionContext.getOut(). |
void |
setPage(String page)
Sets the page (URI).
|
String |
toString() |
append, append, append, getIf, getUnless, isEffective, setIf, setUnless, toScopepublic String getPage()
public void setPage(String page)
public void render(ActionContext ac, boolean nested) throws DspException, IOException
ActionActionContext.getOut().nested - whether there is any nested content.DspExceptionIOExceptionCopyright © 2018. All rights reserved.