org.apache.myfaces.context
Interface ReleaseableExternalContext

All Known Implementing Classes:
PortletExternalContextImpl, ServletExternalContextImpl

public interface ReleaseableExternalContext

Allows the ServletFacesContextImpl to refer to the external context polymorphically.

Version:
$Revision: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
Author:
Stan Silvert (latest modification by $Author: grantsmith $)

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 © 2011 Apache Software Foundation. All Rights Reserved.