Class Out

  • All Implemented Interfaces:
    Action

    public class Out
    extends AbstractAction
    Generates the specified value into a string.
    Author:
    tomyeh
    • Constructor Summary

      Constructors 
      Constructor Description
      Out()  
    • Constructor Detail

      • Out

        public Out()
    • Method Detail

      • getEscapeXML

        public boolean getEscapeXML()
        Returns whether to escape XML. Default: true.
      • setEscapeXML

        public void setEscapeXML​(boolean escapeXML)
        Sets whether to escape XML.
      • getNbsp

        public boolean getNbsp()
        Returns whether to generate   if the content is empty. Default: false.
      • setNbsp

        public void setNbsp​(boolean nbsp)
        Sets whether to generate   if the content is empty.
      • getValue

        public java.lang.String getValue()
        Returns the value. Default: null.
      • setValue

        public void setValue​(java.lang.String value)
        Sets the value.
      • getMaxlength

        public int getMaxlength()
        Returns the maxlength of bytes to output.

        Default: 0 (no limit).

      • setMaxlength

        public void setMaxlength​(int maxlength)
        Sets the maxlength to output.
      • setPre

        public void setPre​(boolean pre)
        Sets whether to preserve the white spaces, such as space.
        Since:
        3.6.3.
      • isPre

        public boolean isPre()
        Returns whether to preserve the white spaces, such as space.

        Default: false;

        Since:
        3.6.3.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object