public class Page extends AbstractAction
| Constructor and Description |
|---|
Page() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Returns the content type.
|
void |
render(ActionContext ac,
boolean nested)
Processes the action and renders the output to
ActionContext.getOut(). |
void |
setContentType(java.lang.String ctype)
Sets the content type.
|
void |
setOptionalContentType(java.lang.String ctype)
Sets the optional content type.
|
java.lang.String |
toString() |
append, append, append, getIf, getUnless, isEffective, setIf, setUnless, toScopepublic java.lang.String getContentType()
public void setContentType(java.lang.String ctype)
public void setOptionalContentType(java.lang.String ctype)
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.