info.magnolia.module.blossom.preexecution
Class PreexecutionContextHolder

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

public class PreexecutionContextHolder
extends Object

Internal helper class for storing the pre-execution context.

Since:
0.5

Constructor Summary
PreexecutionContextHolder()
           
 
Method Summary
static PreexecutionContext get(javax.servlet.http.HttpServletRequest request)
           
static void put(javax.servlet.http.HttpServletRequest request, PreexecutionContext preexecutionContext)
           
static void remove(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreexecutionContextHolder

public PreexecutionContextHolder()
Method Detail

put

public static void put(javax.servlet.http.HttpServletRequest request,
                       PreexecutionContext preexecutionContext)

get

public static PreexecutionContext get(javax.servlet.http.HttpServletRequest request)

remove

public static void remove(javax.servlet.http.HttpServletRequest request)


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