Uses of Class
org.shredzone.commons.taglib.proxy.TagProxy
-
Packages that use TagProxy Package Description org.shredzone.commons.taglib.proxy -
-
Uses of TagProxy in org.shredzone.commons.taglib.proxy
Subclasses of TagProxy in org.shredzone.commons.taglib.proxy Modifier and Type Class Description classBodyTagProxy<T extends javax.servlet.jsp.tagext.BodyTag>A proxy that implementsBodyTagand allows the target implementation to use dependency injection.classIterationTagProxy<T extends javax.servlet.jsp.tagext.IterationTag>A proxy that implementsIterationTagand allows the target implementation to use dependency injection.
-