Class FormTag

  • All Implemented Interfaces:
    Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

    public class FormTag
    extends UrlTag
    a tag to build form elements with mapped action URLs
    See Also:
    Serialized Form
    • Constructor Detail

      • FormTag

        public FormTag()
    • Method Detail

      • setAction

        public void setAction​(String action)
      • clear

        protected void clear()
        Description copied from class: CpnlBodyTagSupport
        Reset all member variables to the (default) start values. Called prior processing the tag and at release time.
        Overrides:
        clear in class UrlTag
      • setMethod

        public void setMethod​(String method)
      • setEnctype

        public void setEnctype​(String enctype)
      • setCharset

        public void setCharset​(String charset)
      • buildUrl

        @NotNull
        protected @NotNull String buildUrl​(@NotNull
                                           @NotNull String urlValue,
                                           @Nullable
                                           @Nullable Boolean map)
        Overrides:
        buildUrl in class UrlTag