Class BodyTagProxy<T extends javax.servlet.jsp.tagext.BodyTag>
- java.lang.Object
-
- org.shredzone.commons.taglib.proxy.AbstractTagProxy<T>
-
- org.shredzone.commons.taglib.proxy.TagProxy<T>
-
- org.shredzone.commons.taglib.proxy.IterationTagProxy<T>
-
- org.shredzone.commons.taglib.proxy.BodyTagProxy<T>
-
- Type Parameters:
T
- Type of theBodyTag
this proxy delegates to
- All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
,ProxiedTag<T>
public abstract class BodyTagProxy<T extends javax.servlet.jsp.tagext.BodyTag> extends IterationTagProxy<T> implements javax.servlet.jsp.tagext.BodyTag
A proxy that implementsBodyTag
and allows the target implementation to use dependency injection.- Author:
- Richard "Shred" Körber
-
-
Field Summary
-
Fields inherited from class org.shredzone.commons.taglib.proxy.AbstractTagProxy
TAGPROXY_BEANFACTORY_CACHE
-
-
Constructor Summary
Constructors Constructor Description BodyTagProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doInitBody()
void
setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
-
Methods inherited from class org.shredzone.commons.taglib.proxy.IterationTagProxy
doAfterBody
-
Methods inherited from class org.shredzone.commons.taglib.proxy.TagProxy
doCatch, doEndTag, doFinally, doStartTag, getParent, release, setPageContext, setParent
-
Methods inherited from class org.shredzone.commons.taglib.proxy.AbstractTagProxy
getBeanFactory, getBeanName, getTargetBean, initTargetBean
-
-
-
-
Constructor Detail
-
BodyTagProxy
public BodyTagProxy()
-
-
Method Detail
-
doInitBody
public void doInitBody() throws javax.servlet.jsp.JspException
- Specified by:
doInitBody
in interfacejavax.servlet.jsp.tagext.BodyTag
- Throws:
javax.servlet.jsp.JspException
-
setBodyContent
public void setBodyContent(javax.servlet.jsp.tagext.BodyContent bodyContent)
- Specified by:
setBodyContent
in interfacejavax.servlet.jsp.tagext.BodyTag
-
-