Spring Data Document

org.springframework.data.document.web.servlet
Class ActionExecutingContext

java.lang.Object
  extended by org.springframework.data.document.web.servlet.ActionExecutingContext
Direct Known Subclasses:
ActionExecutedContext

public class ActionExecutingContext
extends Object


Constructor Summary
ActionExecutingContext(ServletWebRequest servletWebRequest, Object handler, Method handlerMethod, Object[] handlerParameters, ExtendedModelMap implicitModel)
           
 
Method Summary
 Object getHandler()
           
 Method getHandlerMethod()
           
 Object[] getHandlerParameters()
           
 javax.servlet.http.HttpServletRequest getHttpServletRequest()
           
 javax.servlet.http.HttpServletResponse getHttpServletResponse()
           
 ExtendedModelMap getImplicitModel()
           
 ServletWebRequest getServletWebRequest()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionExecutingContext

public ActionExecutingContext(ServletWebRequest servletWebRequest,
                              Object handler,
                              Method handlerMethod,
                              Object[] handlerParameters,
                              ExtendedModelMap implicitModel)
Method Detail

getHttpServletRequest

public javax.servlet.http.HttpServletRequest getHttpServletRequest()

getHttpServletResponse

public javax.servlet.http.HttpServletResponse getHttpServletResponse()

getHandler

public Object getHandler()

getServletWebRequest

public ServletWebRequest getServletWebRequest()

getImplicitModel

public ExtendedModelMap getImplicitModel()

getHandlerMethod

public Method getHandlerMethod()

getHandlerParameters

public Object[] getHandlerParameters()

toString

public String toString()
Overrides:
toString in class Object

Spring Data Document

Copyright © 2011. All Rights Reserved.