org.apache.tapestry5.internal.services
Class ApplicationGlobalsImpl
java.lang.Object
org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
- All Implemented Interfaces:
- ApplicationGlobals
public class ApplicationGlobalsImpl
- extends Object
- implements ApplicationGlobals
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationGlobalsImpl
public ApplicationGlobalsImpl()
storeServletContext
public void storeServletContext(ServletContext context)
- Specified by:
storeServletContext
in interface ApplicationGlobals
getServletContext
public ServletContext getServletContext()
- Specified by:
getServletContext
in interface ApplicationGlobals
getContext
public Context getContext()
- Specified by:
getContext
in interface ApplicationGlobals
storeContext
public void storeContext(Context context)
- Specified by:
storeContext
in interface ApplicationGlobals
Copyright © 2003-2012 The Apache Software Foundation.