Uses of Class
org.apache.tapestry5.internal.plastic.StaticContext

Packages that use StaticContext
org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; API subject to change 
 

Uses of StaticContext in org.apache.tapestry5.internal.plastic
 

Methods in org.apache.tapestry5.internal.plastic that return StaticContext
 StaticContext StaticContext.dupe()
          Duplicates this StaticContext, which is used when creating a subclass of a transformed class.
 

Methods in org.apache.tapestry5.internal.plastic with parameters of type StaticContext
 Class PlasticClassPool.realizeTransformedClass(org.apache.tapestry5.internal.plastic.asm.tree.ClassNode classNode, InheritanceData inheritanceData, StaticContext staticContext)
           
 

Constructors in org.apache.tapestry5.internal.plastic with parameters of type StaticContext
PlasticClassImpl(org.apache.tapestry5.internal.plastic.asm.tree.ClassNode classNode, PlasticClassPool pool, InheritanceData parentInheritanceData, StaticContext parentStaticContext, boolean proxy)
           
 



Copyright © 2003-2012 The Apache Software Foundation.