Spring Data Document

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

java.lang.Object
  extended by org.springframework.data.document.web.servlet.ActionExecutingContext
      extended by org.springframework.data.document.web.servlet.ActionExecutedContext

public class ActionExecutedContext
extends ActionExecutingContext


Constructor Summary
ActionExecutedContext(ActionExecutingContext actionExecutingContext, ModelAndView modelAndView, Exception exception)
           
 
Method Summary
 Exception getException()
           
 ModelAndView getModelAndView()
           
 String toString()
           
 
Methods inherited from class org.springframework.data.document.web.servlet.ActionExecutingContext
getHandler, getHandlerMethod, getHandlerParameters, getHttpServletRequest, getHttpServletResponse, getImplicitModel, getServletWebRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActionExecutedContext

public ActionExecutedContext(ActionExecutingContext actionExecutingContext,
                             ModelAndView modelAndView,
                             Exception exception)
Method Detail

toString

public String toString()
Overrides:
toString in class ActionExecutingContext

getModelAndView

public ModelAndView getModelAndView()

getException

public Exception getException()

Spring Data Document

Copyright © 2011. All Rights Reserved.