Package org.hippoecm.hst.core.internal
Interface HstRequestContextComponent
public interface HstRequestContextComponent
Factory component to create HstRequestContext object.
This is an INTERNAL USAGE ONLY API. Clients should not cast to these interfaces as they should never be used from client code
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
void
release
(HstRequestContext context) Release a request context back to the context pool.
-
Method Details
-
create
HstMutableRequestContext create()- Returns:
- a newly created mutable request context
-
release
Release a request context back to the context pool.- Parameters:
context
-
-