Class ApplicationGlobalsImpl
java.lang.Object
org.apache.tapestry5.http.internal.services.ApplicationGlobalsImpl
- All Implemented Interfaces:
ApplicationGlobals
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.ServletContext
void
storeContext
(Context context) void
storeServletContext
(javax.servlet.ServletContext context)
-
Constructor Details
-
ApplicationGlobalsImpl
public ApplicationGlobalsImpl()
-
-
Method Details
-
storeServletContext
- Specified by:
storeServletContext
in interfaceApplicationGlobals
-
getServletContext
- Specified by:
getServletContext
in interfaceApplicationGlobals
-
getContext
- Specified by:
getContext
in interfaceApplicationGlobals
-
storeContext
- Specified by:
storeContext
in interfaceApplicationGlobals
-