com.softwarementors.extjs.djn.servlet.ssm
Class WebContext
java.lang.Object
com.softwarementors.extjs.djn.servlet.ssm.WebContext
public class WebContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
getResponse
public javax.servlet.http.HttpServletResponse getResponse()
getSession
public javax.servlet.http.HttpSession getSession()
getServletContext
public javax.servlet.ServletContext getServletContext()
getServletConfig
public javax.servlet.ServletConfig getServletConfig()
getServlet
public javax.servlet.http.HttpServlet getServlet()
getSessionScopedObject
@CheckForNull
public java.lang.Object getSessionScopedObject(java.lang.String actionName)
getSessionScopedActionName
public static java.lang.String getSessionScopedActionName(java.lang.String actionName)
getApplicationScopedObject
@CheckForNull
public java.lang.Object getApplicationScopedObject(java.lang.String actionName)
getApplicationScopedActionName
public static java.lang.String getApplicationScopedActionName(java.lang.String actionName)