org.zkoss.web.servlet.dsp.action
Class Page
java.lang.Object
org.zkoss.web.servlet.dsp.action.AbstractAction
org.zkoss.web.servlet.dsp.action.Page
- All Implemented Interfaces:
- Action
public class Page
- extends AbstractAction
The page action used to set the page info, such as the content type.
- Author:
- tomyeh
|
Constructor Summary |
Page()
|
| Methods inherited from class org.zkoss.web.servlet.dsp.action.AbstractAction |
append, append, append, getIf, getUnless, isEffective, put, put, put, put, setIf, setUnless, toScope |
Page
public Page()
getContentType
public String getContentType()
- Returns the content type.
setContentType
public void setContentType(String ctype)
- Sets the content type.
setOptionalContentType
public void setOptionalContentType(String ctype)
- Sets the optional content type.
It is the content type generated automatically.
We will ignore it if the page is included.
- Since:
- 3.0.6
render
public void render(ActionContext ac,
boolean nested)
throws DspException,
IOException
- Description copied from interface:
Action
- Processes the action and renders the output to
ActionContext.getOut().
nested - whether there is any nested content.
- Throws:
DspException
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.