Class EditorTag

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class EditorTag
    extends javax.servlet.jsp.tagext.TagSupport
    Author:
    Javier Paniza
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class javax.servlet.jsp.tagext.TagSupport

        id, pageContext
      • Fields inherited from interface javax.servlet.jsp.tagext.IterationTag

        EVAL_BODY_AGAIN
      • Fields inherited from interface javax.servlet.jsp.tagext.Tag

        EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
    • Constructor Summary

      Constructors 
      Constructor Description
      EditorTag()  
    • Constructor Detail

      • EditorTag

        public EditorTag()
    • Method Detail

      • doStartTag

        public int doStartTag()
                       throws javax.servlet.jsp.JspException
        Specified by:
        doStartTag in interface javax.servlet.jsp.tagext.Tag
        Overrides:
        doStartTag in class javax.servlet.jsp.tagext.TagSupport
        Throws:
        javax.servlet.jsp.JspException
      • getProperty

        public java.lang.String getProperty()
      • setProperty

        public void setProperty​(java.lang.String property)
      • isEditable

        public boolean isEditable()
      • setEditable

        public void setEditable​(boolean editable)
      • isThrowPropertyChanged

        public boolean isThrowPropertyChanged()
      • setThrowPropertyChanged

        public void setThrowPropertyChanged​(boolean throwPropertyChanged)
      • getViewObject

        public java.lang.String getViewObject()
        Returns:
        the viewObject
      • setViewObject

        public void setViewObject​(java.lang.String viewObject)
        Parameters:
        viewObject - the viewObject to set
      • getPropertyPrefix

        public java.lang.String getPropertyPrefix()
        Returns:
        the propertyPrefix
      • setPropertyPrefix

        public void setPropertyPrefix​(java.lang.String propertyPrefix)
        Parameters:
        propertyPrefix - the propertyPrefix to set