Class StaticContext
java.lang.Object
org.apache.tapestry5.internal.plastic.StaticContext
Stores static context information needed by a transformed PlasticClass; this includes data such as
injections.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StaticContext
public StaticContext()
-
-
Method Details
-
dupe
Duplicates this StaticContext, which is used when creating a subclass of a transformed class.- Returns:
- new StaticContext with the same values
-
store
Store a context value and return its index. -
get
-