Package org.apache.myfaces.config.impl
Class FacesConfigEntityResolver
- java.lang.Object
- 
- org.apache.myfaces.config.impl.FacesConfigEntityResolver
 
- 
- All Implemented Interfaces:
- EntityResolver
 
 public class FacesConfigEntityResolver extends Object implements EntityResolver SAX EntityResolver to provide JSF-specific resources (DTDs) for well-known identifiers.- Version:
- $Revision$ $Date$
- Author:
- Manfred Geiler (latest modification by $Author$), Thomas Spiegl
 
- 
- 
Constructor SummaryConstructors Constructor Description FacesConfigEntityResolver()FacesConfigEntityResolver(ExternalContext context)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourceresolveEntity(String publicId, String systemId)
 
- 
- 
- 
Constructor Detail- 
FacesConfigEntityResolverpublic FacesConfigEntityResolver(ExternalContext context) 
 - 
FacesConfigEntityResolverpublic FacesConfigEntityResolver() 
 
- 
 - 
Method Detail- 
resolveEntitypublic InputSource resolveEntity(String publicId, String systemId) throws IOException - Specified by:
- resolveEntityin interface- EntityResolver
- Throws:
- IOException
 
 
- 
 
-