Class IterationTagProxy<T extends javax.servlet.jsp.tagext.IterationTag>
- java.lang.Object
-
- org.shredzone.commons.taglib.proxy.AbstractTagProxy<T>
-
- org.shredzone.commons.taglib.proxy.TagProxy<T>
-
- org.shredzone.commons.taglib.proxy.IterationTagProxy<T>
-
- Type Parameters:
T
- Type of theIterationTag
this proxy delegates to
- All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
,ProxiedTag<T>
- Direct Known Subclasses:
BodyTagProxy
public abstract class IterationTagProxy<T extends javax.servlet.jsp.tagext.IterationTag> extends TagProxy<T> implements javax.servlet.jsp.tagext.IterationTag
A proxy that implementsIterationTag
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 IterationTagProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
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
-
IterationTagProxy
public IterationTagProxy()
-
-
Method Detail
-
doAfterBody
public int doAfterBody() throws javax.servlet.jsp.JspException
- Specified by:
doAfterBody
in interfacejavax.servlet.jsp.tagext.IterationTag
- Throws:
javax.servlet.jsp.JspException
-
-