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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HstMutableRequestContext
create()
void
release(HstRequestContext context)
Release a request context back to the context pool.
-
-
-
Method Detail
-
create
HstMutableRequestContext create()
- Returns:
- a newly created mutable request context
-
release
void release(HstRequestContext context)
Release a request context back to the context pool.- Parameters:
context
-
-
-