org.hippoecm.hst.container
Class RequestContextProvider

java.lang.Object
  extended by org.hippoecm.hst.container.RequestContextProvider

public final class RequestContextProvider
extends Object

RequestContextProvider provides an easy access method to the request context object in the current thread's active request.


Method Summary
static HstRequestContext get()
          Returns the HstRequestContext for the current threads active request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static HstRequestContext get()
Returns the HstRequestContext for the current threads active request.

Parameters:
requestContext -


Copyright © 2008-2012 Hippo. All Rights Reserved.