info.magnolia.module.blossom.preexecution
Class PreexecutionContext

java.lang.Object
  extended by info.magnolia.module.blossom.preexecution.PreexecutionContext

public class PreexecutionContext
extends Object

Holds state during pre-execution.

Since:
0.5

Constructor Summary
PreexecutionContext(String uuid)
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView getModelAndView()
           
 String getUuid()
           
 boolean isModelAndViewSet()
           
 void setModelAndView(org.springframework.web.servlet.ModelAndView modelAndView)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreexecutionContext

public PreexecutionContext(String uuid)
Method Detail

getUuid

public String getUuid()

getModelAndView

public org.springframework.web.servlet.ModelAndView getModelAndView()

setModelAndView

public void setModelAndView(org.springframework.web.servlet.ModelAndView modelAndView)

isModelAndViewSet

public boolean isModelAndViewSet()


Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.