Package org.hippoecm.hst.container
Class RequestContextProvider
java.lang.Object
org.hippoecm.hst.container.RequestContextProvider
RequestContextProvider provides an easy access method to the request context object
in the current thread's active request.
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic HstRequestContext
get()
Returns theHstRequestContext
for the current threads active request.
-
Method Details
-
get
Returns theHstRequestContext
for the current threads active request.
-