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, BlossomParagraphDescription paragraphDescription)
           
 
Method Summary
 org.springframework.web.servlet.ModelAndView getModelAndView()
           
 BlossomParagraphDescription getParagraphDescription()
           
 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,
                           BlossomParagraphDescription paragraphDescription)
Method Detail

getUuid

public String getUuid()

getParagraphDescription

public BlossomParagraphDescription getParagraphDescription()

getModelAndView

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

setModelAndView

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

isModelAndViewSet

public boolean isModelAndViewSet()


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