org.eclipse.jst.jsf.facesconfig.util
Class FacesConfigResourceFactory

java.lang.Object
  extended by TranslatorResourceFactory
      extended by org.eclipse.jst.jsf.facesconfig.util.FacesConfigResourceFactory

public final class FacesConfigResourceFactory
extends TranslatorResourceFactory

May be referenced but should NOT be extended by clients


Method Summary
static FacesConfigResourceFactory createResourceFactoryForJar()
           
static void register()
          register using the default renderer factory.
static void register(java.lang.String sFileName)
          Register the sFileName with the default renderer factory
static void registerDtds()
          Method registerDtds.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createResourceFactoryForJar

public static FacesConfigResourceFactory createResourceFactoryForJar()
Returns:
a faces config resource factory for use with faces-config files contained in JARs

registerDtds

public static void registerDtds()
Method registerDtds.


register

public static void register()
register using the default renderer factory.

See Also:
registerWith(String, FacesRendererFactory)

register

public static void register(java.lang.String sFileName)
Register the sFileName with the default renderer factory

Parameters:
sFileName -