public class StringProcessorTag
extends javax.servlet.jsp.tagext.BodyTagSupport
| Modifier and Type | Field and Description |
|---|---|
static String |
STRING_PROCESSOR |
| Constructor and Description |
|---|
StringProcessorTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody() |
int |
doStartTag() |
static void |
putStringProcessorInRequest(javax.servlet.http.HttpServletRequest request,
net.sf.jga.fn.UnaryFunctor<String,String> processor) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setParent, setValuepublic static String STRING_PROCESSOR
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class javax.servlet.jsp.tagext.TagSupportpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportpublic int doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionCopyright © 2022. All rights reserved.