org.apache.myfaces.context
Interface ReleaseableExternalContext

All Known Implementing Classes:
PortletExternalContextImpl, ServletExternalContextImpl

public interface ReleaseableExternalContext

Allows the FacesContextImpl to refer to the external context polymorphically.

Version:
$Revision: 483860 $ $Date: 2006-12-08 02:08:05 -0500 (Fri, 08 Dec 2006) $
Author:
Stan Silvert (latest modification by $Author: matzew $)

Method Summary
 void release()
          Release resources that the ExternalContext is holding onto.
 

Method Detail

release

void release()
Release resources that the ExternalContext is holding onto.



Copyright © 2008 The Apache Software Foundation. All Rights Reserved.