Class PropertyTag

    • Field Detail

      • propertyName

        private String propertyName
      • defaultValue

        private String defaultValue
      • writeEntireProperty

        private boolean writeEntireProperty
    • Constructor Detail

      • PropertyTag

        public PropertyTag()
    • Method Detail

      • setProperty

        public void setProperty​(String propertyName)
        Key of property to write.
      • getProperty

        protected String getProperty()
      • setDefault

        public void setDefault​(String defaultValue)
        Value to write if no property matching key is found (optional).
      • setWriteEntireProperty

        public final void setWriteEntireProperty​(String writeEntireProperty)
        When begins with y, t or 1, the full attribute (name + value) is written.
      • doEndTag

        public int doEndTag()
        Description copied from class: AbstractTag
        To be implemented by all empty tags.
        Specified by:
        doEndTag in interface javax.servlet.jsp.tagext.Tag
        Specified by:
        doEndTag in class AbstractTag