Interface ApplicationGlobals
- 
- All Known Implementing Classes:
 ApplicationGlobalsImpl
public interface ApplicationGlobals
Stores global information about the application and its environment. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextgetContext()ServletContextgetServletContext()voidstoreContext(Context context)voidstoreServletContext(ServletContext context) 
 - 
 
- 
- 
Method Detail
- 
storeServletContext
void storeServletContext(ServletContext context)
 
- 
getServletContext
ServletContext getServletContext()
 
- 
storeContext
void storeContext(Context context)
 
- 
getContext
Context getContext()
 
 - 
 
 -