org.apache.tapestry5.services
Interface ApplicationGlobals

All Known Implementing Classes:
ApplicationGlobalsImpl

public interface ApplicationGlobals

Stores global information about the application and its environment.


Method Summary
 Context getContext()
           
 ServletContext getServletContext()
           
 void storeContext(Context context)
           
 void storeServletContext(ServletContext context)
           
 

Method Detail

storeServletContext

void storeServletContext(ServletContext context)

getServletContext

ServletContext getServletContext()

storeContext

void storeContext(Context context)

getContext

Context getContext()


Copyright © 2003-2012 The Apache Software Foundation.