Uses of Class
org.apache.tapestry5.internal.plastic.PlasticClassPool
Packages that use PlasticClassPool
Package
Description
[INTERNAL USE ONLY] Plastic implementation details; API subject to change
Plastic, Tapestry's component class transformation library based on ASM
-
Uses of PlasticClassPool in org.apache.tapestry5.internal.plastic
Fields in org.apache.tapestry5.internal.plastic declared as PlasticClassPoolMethods in org.apache.tapestry5.internal.plastic with parameters of type PlasticClassPoolModifier and TypeMethodDescriptionvoid
PlasticClassPool.setParent
(PlasticClassPool parent) Sets the parent of this instance.Constructors in org.apache.tapestry5.internal.plastic with parameters of type PlasticClassPoolModifierConstructorDescriptionAnnotationBuilder
(Class annotationType, PlasticClassPool pool) PlasticClassImpl
(org.apache.tapestry5.internal.plastic.asm.tree.ClassNode classNode, org.apache.tapestry5.internal.plastic.asm.tree.ClassNode implementationClassNode, PlasticClassPool pool, InheritanceData parentInheritanceData, StaticContext parentStaticContext, boolean proxy) -
Uses of PlasticClassPool in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic that return PlasticClassPoolModifier and TypeMethodDescriptionPlasticManager.getPool()
Returns the Plastic class pool used by this instance.