Uses of Interface
org.apache.tapestry5.internal.plastic.InternalPlasticClassTransformation
-
Packages that use InternalPlasticClassTransformation Package Description org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; API subject to change -
-
Uses of InternalPlasticClassTransformation in org.apache.tapestry5.internal.plastic
Classes in org.apache.tapestry5.internal.plastic that implement InternalPlasticClassTransformation Modifier and Type Class Description class
PlasticClassImpl
Methods in org.apache.tapestry5.internal.plastic that return InternalPlasticClassTransformation Modifier and Type Method Description InternalPlasticClassTransformation
PlasticClassPool. getPlasticClassTransformation(java.lang.String className)
For a fully-qualified class name of an existing class, loads the bytes for the class and returns a PlasticClass instance.
-