Class ApplicationGlobalsImpl
- java.lang.Object
- 
- org.apache.tapestry5.http.internal.services.ApplicationGlobalsImpl
 
- 
- All Implemented Interfaces:
- ApplicationGlobals
 
 public class ApplicationGlobalsImpl extends Object implements ApplicationGlobals 
- 
- 
Constructor SummaryConstructors Constructor Description ApplicationGlobalsImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContextgetContext()ServletContextgetServletContext()voidstoreContext(Context context)voidstoreServletContext(ServletContext context)
 
- 
- 
- 
Constructor Detail- 
ApplicationGlobalsImplpublic ApplicationGlobalsImpl() 
 
- 
 - 
Method Detail- 
storeServletContextpublic void storeServletContext(ServletContext context) - Specified by:
- storeServletContextin interface- ApplicationGlobals
 
 - 
getServletContextpublic ServletContext getServletContext() - Specified by:
- getServletContextin interface- ApplicationGlobals
 
 - 
getContextpublic Context getContext() - Specified by:
- getContextin interface- ApplicationGlobals
 
 - 
storeContextpublic void storeContext(Context context) - Specified by:
- storeContextin interface- ApplicationGlobals
 
 
- 
 
-