org.apache.myfaces.config.impl
Class FacesConfigEntityResolver

java.lang.Object
  extended by org.apache.myfaces.config.impl.FacesConfigEntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class FacesConfigEntityResolver
extends java.lang.Object
implements org.xml.sax.EntityResolver

DOCUMENT ME!

Version:
$Revision: 775310 $ $Date: 2009-05-15 15:20:30 -0500 (Fri, 15 May 2009) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $), Thomas Spiegl

Constructor Summary
FacesConfigEntityResolver()
           
FacesConfigEntityResolver(ExternalContext context)
           
 
Method Summary
 org.xml.sax.InputSource resolveEntity(java.lang.String publicId, java.lang.String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FacesConfigEntityResolver

public FacesConfigEntityResolver(ExternalContext context)

FacesConfigEntityResolver

public FacesConfigEntityResolver()
Method Detail

resolveEntity

public org.xml.sax.InputSource resolveEntity(java.lang.String publicId,
                                             java.lang.String systemId)
                                      throws java.io.IOException
Specified by:
resolveEntity in interface org.xml.sax.EntityResolver
Throws:
java.io.IOException


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.