org.apache.myfaces.commons.resourcehandler.config
Class MyFacesResourceHandlerConfigParser
java.lang.Object
   org.apache.myfaces.commons.resourcehandler.config.MyFacesResourceHandlerConfigParser
org.apache.myfaces.commons.resourcehandler.config.MyFacesResourceHandlerConfigParser
- public class MyFacesResourceHandlerConfigParser 
- extends java.lang.Object
XML-parser for MyFacesResourcesConfig.
- Author:
- Jakob Korherr, Leonardo Uribe
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INIT_PARAM_EXTENDED_RESOURCE_HANDLER_CONFIG_URL_PROVIDER
@JSFWebConfigParam
public static final java.lang.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 java.lang.String INIT_PARAM_EXTENDED_RESOURCE_HANDLER_CONFIG_URL_PROVIDER_DEFAULT
MyFacesResourceHandlerConfigParser
public MyFacesResourceHandlerConfigParser()
parse
public MyFacesResourcesConfig parse(javax.faces.context.FacesContext facesContext)
- 
 
Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.