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: 472618 $ $Date: 2006-11-08 21:06:54 +0100 (Mi, 08 Nov 2006) $
Author:
Manfred Geiler (latest modification by $Author: grantsmith $), Thomas Spiegl

Constructor Summary
FacesConfigEntityResolver()
           
FacesConfigEntityResolver(javax.faces.context.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(javax.faces.context.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 © 2009. All Rights Reserved.