Class PutFormMethodOverwriteTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.SimpleTagSupport
-
- de.chkal.mvctoolbox.jsp.BaseTag
-
- de.chkal.mvctoolbox.jsp.tag.httpmethod.BaseFormMethodOverwriteTag
-
- de.chkal.mvctoolbox.jsp.tag.httpmethod.PutFormMethodOverwriteTag
-
- All Implemented Interfaces:
DoTagWithWriterSupporting,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.SimpleTag
public class PutFormMethodOverwriteTag extends BaseFormMethodOverwriteTag
Generates an hidden input field which can be used to overwrite the form HTTP method toPUT.
OUTCOME (for MVC default):<input type="hidden" name="_method" value="PUT"/>
-
-
Constructor Summary
Constructors Constructor Description PutFormMethodOverwriteTag()
-
Method Summary
-
Methods inherited from class de.chkal.mvctoolbox.jsp.tag.httpmethod.BaseFormMethodOverwriteTag
doTag, doTagWithWriter
-
-