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