| java.lang.Object org.zkoss.web.servlet.dsp.action.AbstractAction org.zkoss.web.servlet.dsp.action.Out
Out | public class Out extends AbstractAction (Code) | | Generates the specified value into a string.
author: tomyeh |
Method Summary | |
public boolean | getEscapeXML() Returns whether to escape XML. | public int | getMaxlength() Returns the maxlength of bytes to output. | public boolean | getNbsp() Returns whether to generate if the content is empty. | public String | getValue() Returns the value. | public void | render(ActionContext ac, boolean nested) | public void | setEscapeXML(boolean escapeXML) Sets whether to escape XML. | public void | setMaxlength(int maxlength) Sets the maxlength to output. | public void | setNbsp(boolean nbsp) Sets whether to generate if the content is empty. | public void | setValue(String value) Sets the value. | public String | toString() |
getEscapeXML | public boolean getEscapeXML()(Code) | | Returns whether to escape XML.
Default: true.
|
getMaxlength | public int getMaxlength()(Code) | | Returns the maxlength of bytes to output.
Default: 0 (no limit).
|
getNbsp | public boolean getNbsp()(Code) | | Returns whether to generate if the content is empty.
Default: false.
|
getValue | public String getValue()(Code) | | Returns the value.
Default: null.
|
setEscapeXML | public void setEscapeXML(boolean escapeXML)(Code) | | Sets whether to escape XML.
|
setMaxlength | public void setMaxlength(int maxlength)(Code) | | Sets the maxlength to output.
|
setNbsp | public void setNbsp(boolean nbsp)(Code) | | Sets whether to generate if the content is empty.
|
setValue | public void setValue(String value)(Code) | | Sets the value.
|
Fields inherited from org.zkoss.web.servlet.dsp.action.AbstractAction | final protected static int NULL_INT(Code)(Java Doc) final protected static short NULL_SHORT(Code)(Java Doc)
|
Methods inherited from org.zkoss.web.servlet.dsp.action.AbstractAction | final protected static void append(StringBuffer sb, String attrName, String attrValue)(Code)(Java Doc) protected static void append(StringBuffer sb, String attrName, boolean avail)(Code)(Java Doc) final protected static void append(StringBuffer sb, String attrName, int val)(Code)(Java Doc) public boolean getIf()(Code)(Java Doc) public boolean getUnless()(Code)(Java Doc) public boolean isEffective()(Code)(Java Doc) final protected static void put(Map params, String attrName, String attrValue)(Code)(Java Doc) final protected static void put(Map params, String attrName, boolean avail)(Code)(Java Doc) final protected static void put(Map params, String attrName, int val)(Code)(Java Doc) final protected static void put(Map params, String attrName, Object attrValue)(Code)(Java Doc) public void setIf(boolean ifcond)(Code)(Java Doc) public void setUnless(boolean unless)(Code)(Java Doc) final protected static int toScope(String scope)(Code)(Java Doc)
|
|
|