org.apache.tapestry5.internal.services
Class ApplicationGlobalsImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.ApplicationGlobalsImpl
All Implemented Interfaces:
ApplicationGlobals

public class ApplicationGlobalsImpl
extends Object
implements ApplicationGlobals


Constructor Summary
ApplicationGlobalsImpl()
           
 
Method Summary
 Context getContext()
           
 ServletContext getServletContext()
           
 void storeContext(Context context)
           
 void storeServletContext(ServletContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationGlobalsImpl

public ApplicationGlobalsImpl()
Method Detail

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.