Interface ApplicationGlobals
- All Known Implementing Classes:
ApplicationGlobalsImpl
public interface ApplicationGlobals
Stores global information about the application and its environment.
-
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.ServletContext
void
storeContext
(Context context) void
storeServletContext
(javax.servlet.ServletContext context)
-
Method Details
-
storeServletContext
-
getServletContext
javax.servlet.ServletContext getServletContext() -
storeContext
-
getContext
-