Uses of Class
org.apache.tapestry5.plastic.PlasticManager
-
Packages that use PlasticManager Package Description org.apache.tapestry5.beanmodel.services org.apache.tapestry5.commons.services org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to changeorg.apache.tapestry5.plastic Plastic, Tapestry's component class transformation library based on ASMorg.apache.tapestry5.services.pageload Services for locating and loading pages and component resources. -
-
Uses of PlasticManager in org.apache.tapestry5.beanmodel.services
Methods in org.apache.tapestry5.beanmodel.services that return PlasticManager Modifier and Type Method Description PlasticManager
PlasticProxyFactoryImpl. getPlasticManager()
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.commons.services
Methods in org.apache.tapestry5.commons.services that return PlasticManager Modifier and Type Method Description PlasticManager
PlasticProxyFactory. getPlasticManager()
Returns the PlasticManager instance used by this PlasticProxyFactory. -
Uses of PlasticManager in org.apache.tapestry5.internal.services
Constructors in org.apache.tapestry5.internal.services with parameters of type PlasticManager Constructor Description ComponentDependencyRegistryImpl(PageClassLoaderContextManager pageClassLoaderContextManager, PlasticManager plasticManager, ComponentClassResolver componentClassResolver, TemplateParser templateParser, ComponentTemplateLocator componentTemplateLocator, java.lang.String componentDependencyFile, boolean productionMode)
-
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. -
Uses of PlasticManager in org.apache.tapestry5.services.pageload
Methods in org.apache.tapestry5.services.pageload that return PlasticManager Modifier and Type Method Description PlasticManager
PageClassLoaderContext. getPlasticManager()
Returns this context's PlasticManager instance.
-