org.apache.tapestry5.services
Interface ApplicationGlobals
- All Known Implementing Classes:
- ApplicationGlobalsImpl
public interface ApplicationGlobals
Stores global information about the application and its environment.
storeServletContext
void storeServletContext(javax.servlet.ServletContext context)
getServletContext
javax.servlet.ServletContext getServletContext()
storeContext
void storeContext(Context context)
getContext
Context getContext()
Copyright © 2003-2012 The Apache Software Foundation.