public final class ModifiableRequestContextProvider extends Object
RequestContextProvider.get()
.Modifier and Type | Method and Description |
---|---|
static void |
clear()
Clears the
HstRequestContext for the current threads active request. |
static HstRequestContext |
get()
Returns the
HstRequestContext for the current threads active request. |
static void |
set(HstRequestContext requestContext)
Sets the
HstRequestContext for the current threads active request. |
public static HstRequestContext get()
HstRequestContext
for the current threads active request.public static void set(HstRequestContext requestContext)
HstRequestContext
for the current threads active request.requestContext
- public static void clear()
HstRequestContext
for the current threads active request.Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.