|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.internal.plastic.StaticContext
public class StaticContext
Stores static context information needed by a transformed PlasticClass; this includes data such as injections.
Constructor Summary | |
---|---|
StaticContext()
|
Method Summary | |
---|---|
StaticContext |
dupe()
Duplicates this StaticContext, which is used when creating a subclass of a transformed class. |
java.lang.Object |
get(int index)
|
int |
store(java.lang.Object value)
Store a context value and return its index. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticContext()
Method Detail |
---|
public StaticContext dupe()
public int store(java.lang.Object value)
public java.lang.Object get(int index)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |