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 08:08:05 +0100 (Fr, 08 Dez 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 © 2007 Apache Software Foundation. All Rights Reserved.