Package org.shredzone.commons.taglib.proxy
-
Interface Summary Interface Description ProxiedTag<T extends javax.servlet.jsp.tagext.JspTag> This interface marks the Tag class as proxied tag, and gives access to the target tag implementation. -
Class Summary Class Description AbstractTagProxy<T extends javax.servlet.jsp.tagext.JspTag> An abstract TagProxy implementation that offers all basic methods.BodyTagProxy<T extends javax.servlet.jsp.tagext.BodyTag> A proxy that implementsBodyTag
and allows the target implementation to use dependency injection.IterationTagProxy<T extends javax.servlet.jsp.tagext.IterationTag> A proxy that implementsIterationTag
and allows the target implementation to use dependency injection.SimpleTagProxy<T extends javax.servlet.jsp.tagext.SimpleTag> A proxy that implementsSimpleTag
and allows the target implementation to use dependency injection.TagProxy<T extends javax.servlet.jsp.tagext.Tag> A proxy that implementsTag
and allows the target implementation to use dependency injection.