Copyright © 2008, 2009 Pedro Agulló Soliveres

com.softwarementors.extjs.djn.servlet.ssm
Class WebContext

java.lang.Object
  extended by com.softwarementors.extjs.djn.servlet.ssm.WebContext

public class WebContext
extends java.lang.Object


Method Summary
static java.lang.String getApplicationScopedActionName(java.lang.String actionName)
           
 java.lang.Object getApplicationScopedObject(java.lang.String actionName)
           
 javax.servlet.http.HttpServletRequest getRequest()
           
 javax.servlet.http.HttpServletResponse getResponse()
           
 javax.servlet.http.HttpServlet getServlet()
           
 javax.servlet.ServletConfig getServletConfig()
           
 javax.servlet.ServletContext getServletContext()
           
 javax.servlet.http.HttpSession getSession()
           
static java.lang.String getSessionScopedActionName(java.lang.String actionName)
           
 java.lang.Object getSessionScopedObject(java.lang.String actionName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

Copyright © 2008, 2009 Pedro Agulló Soliveres