Package de.chkal.mvctoolbox.jsp.tag
Interface DoTagWithWriterSupporting
-
- All Known Implementing Classes:
BaseFormMethodOverwriteTag,DeleteFormMethodOverwriteTag,PatchFormMethodOverwriteTag,PutFormMethodOverwriteTag
public interface DoTagWithWriterSupportingMarks a class as supporting the possibility to perform theSimpleTag.doTag()method functionality with specifying a customHtmlWriter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringdoTagWithWriter(HtmlWriter writer)
-
-
-
Method Detail
-
doTagWithWriter
String doTagWithWriter(HtmlWriter writer) throws IOException
- Throws:
IOException
-
-