|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A View is the top of the containment hierarchy for ViewContexts. Note that due to external loading, not all ViewContexts in the hierarchy will necessarily reference this View as their own.
The View can be thought of as a factory for creating the root ViewContext. The single View instance is shared at the web app level, whereas a ViewContext is tied to a single Session.
Method Summary | |
java.lang.Object |
getStaticReference(int index)
Used by components to retrieve static data that is shared across all sessions. |
java.lang.ClassLoader |
getViewClassLoader()
The ClassLoader used to load objects for the View |
ViewContext |
instantiateRootContext()
Instantiate a new Root ViewContext |
Method Detail |
public java.lang.ClassLoader getViewClassLoader()
public ViewContext instantiateRootContext()
public java.lang.Object getStaticReference(int index)
index
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |