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: 1188895 $ $Date: 2011-10-25 15:31:51 -0500 (Tue, 25 Oct 2011) $
- Author:
- Manfred Geiler (latest modification by $Author: struberg $), Thomas Spiegl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacesConfigEntityResolver
public FacesConfigEntityResolver(ExternalContext context)
FacesConfigEntityResolver
public FacesConfigEntityResolver()
resolveEntity
public InputSource resolveEntity(String publicId,
String systemId)
throws IOException
- Specified by:
resolveEntity
in interface EntityResolver
- Throws:
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.