Uses of Class
org.apache.tapestry5.plastic.PlasticManager
-
Packages that use PlasticManager Package Description org.apache.tapestry5.beanmodel.services org.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASM -
-
Uses of PlasticManager in org.apache.tapestry5.beanmodel.services
Constructors in org.apache.tapestry5.beanmodel.services with parameters of type PlasticManager Constructor Description PlasticProxyFactoryImpl(PlasticManager manager, org.slf4j.Logger logger)
-
Uses of PlasticManager in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic that return PlasticManager Modifier and Type Method Description PlasticManager
PlasticManager.PlasticManagerBuilder. create()
Creates the PlasticManager with the current set of options.
-