org.apache.myfaces.commons.resourcehandler.config
Class MyFacesResourceHandlerConfigParser

java.lang.Object
  extended by org.apache.myfaces.commons.resourcehandler.config.MyFacesResourceHandlerConfigParser

public class MyFacesResourceHandlerConfigParser
extends Object

XML-parser for MyFacesResourcesConfig.

Author:
Jakob Korherr, Leonardo Uribe

Field Summary
static String INIT_PARAM_EXTENDED_RESOURCE_HANDLER_CONFIG_URL_PROVIDER
          This param allow to override the default strategy to locate myfaces-resources-config.xml files, that will be parsed later.
static String INIT_PARAM_EXTENDED_RESOURCE_HANDLER_CONFIG_URL_PROVIDER_DEFAULT
           
 
Constructor Summary
MyFacesResourceHandlerConfigParser()
           
 
Method Summary
 MyFacesResourcesConfig parse(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_PARAM_EXTENDED_RESOURCE_HANDLER_CONFIG_URL_PROVIDER

@JSFWebConfigParam
public static final String INIT_PARAM_EXTENDED_RESOURCE_HANDLER_CONFIG_URL_PROVIDER
This param allow to override the default strategy to locate myfaces-resources-config.xml files, that will be parsed later. In this way it is possible to include new source locations or handle cases like OSGi specific setup.

See Also:
Constant Field Values

INIT_PARAM_EXTENDED_RESOURCE_HANDLER_CONFIG_URL_PROVIDER_DEFAULT

public static final String INIT_PARAM_EXTENDED_RESOURCE_HANDLER_CONFIG_URL_PROVIDER_DEFAULT
Constructor Detail

MyFacesResourceHandlerConfigParser

public MyFacesResourceHandlerConfigParser()
Method Detail

parse

public MyFacesResourcesConfig parse(javax.faces.context.FacesContext facesContext)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.