org.hippoecm.hst.core.internal
Interface HstRequestContextComponent

All Known Implementing Classes:
HstRequestContextComponentImpl

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: HstRequestContextComponent.java 23133 2010-06-15 07:15:50Z aschrijvers $

Method Summary
 HstMutableRequestContext create(boolean portletContext)
          Creates a mutable request context for either a servlet or portlet context.
 void release(HstRequestContext context)
          Release a request context back to the context pool.
 

Method Detail

create

HstMutableRequestContext create(boolean portletContext)
Creates a mutable request context for either a servlet or portlet context. Note: this does not yet initializes a newly created HstPortletRequestContext.

Parameters:
portletContext -
Returns:

release

void release(HstRequestContext context)
Release a request context back to the context pool.

Parameters:
context -


Copyright © 2008-2012 Hippo. All Rights Reserved.