Package org.apache.myfaces.context
Interface ReleasableFacesContextFactory
- 
- All Known Implementing Classes:
- FacesContextFactoryImpl
 
 public interface ReleasableFacesContextFactory- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrelease()Release resources that the ExternalContext is holding onto.
 
-