org.apache.myfaces.config.impl
Class FacesConfigEntityResolver

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

public class FacesConfigEntityResolver
extends Object
implements EntityResolver

DOCUMENT ME!

Version:
$Revision: 775408 $ $Date: 2009-05-15 21:16:53 -0500 (Fri, 15 May 2009) $
Author:
Manfred Geiler (latest modification by $Author: lu4242 $), Thomas Spiegl

Constructor Summary
FacesConfigEntityResolver()
           
FacesConfigEntityResolver(ExternalContext context)
           
 
Method Summary
 InputSource resolveEntity(String publicId, 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 InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws IOException
Specified by:
resolveEntity in interface EntityResolver
Throws:
IOException


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