public class ApplicationGlobalsImpl extends Object implements ApplicationGlobals
Constructor and Description |
---|
ApplicationGlobalsImpl() |
Modifier and Type | Method and Description |
---|---|
Context |
getContext() |
ServletContext |
getServletContext() |
void |
storeContext(Context context) |
void |
storeServletContext(ServletContext context) |
public ApplicationGlobalsImpl()
public void storeServletContext(ServletContext context)
storeServletContext
in interface ApplicationGlobals
public ServletContext getServletContext()
getServletContext
in interface ApplicationGlobals
public Context getContext()
getContext
in interface ApplicationGlobals
public void storeContext(Context context)
storeContext
in interface ApplicationGlobals
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.