Class BaseFormMethodOverwriteTag
- java.lang.Object
-
- jakarta.servlet.jsp.tagext.SimpleTagSupport
-
- de.chkal.mvctoolbox.jsp.BaseTag
-
- de.chkal.mvctoolbox.jsp.tag.httpmethod.BaseFormMethodOverwriteTag
-
- All Implemented Interfaces:
DoTagWithWriterSupporting,jakarta.servlet.jsp.tagext.JspTag,jakarta.servlet.jsp.tagext.SimpleTag
- Direct Known Subclasses:
DeleteFormMethodOverwriteTag,PatchFormMethodOverwriteTag,PutFormMethodOverwriteTag
public abstract class BaseFormMethodOverwriteTag extends BaseTag implements DoTagWithWriterSupporting
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseFormMethodOverwriteTag(String method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoTag()StringdoTagWithWriter(HtmlWriter writer)
-
-
-
Constructor Detail
-
BaseFormMethodOverwriteTag
protected BaseFormMethodOverwriteTag(String method)
-
-
Method Detail
-
doTag
public void doTag() throws IOException- Specified by:
doTagin interfacejakarta.servlet.jsp.tagext.SimpleTag- Overrides:
doTagin classjakarta.servlet.jsp.tagext.SimpleTagSupport- Throws:
IOException
-
doTagWithWriter
public String doTagWithWriter(HtmlWriter writer) throws IOException
- Specified by:
doTagWithWriterin interfaceDoTagWithWriterSupporting- Throws:
IOException
-
-