public class ResourceLibraryContractsConfigProcessor extends AbstractConfigProcessor
Modifier and Type | Field and Description |
---|---|
private static java.util.logging.Logger |
LOGGER
Stores the logger.
|
private static java.lang.String |
RESOURCE_LIBRARY_CONTRACTS
/faces-config/resource-library-contracts |
Constructor and Description |
---|
ResourceLibraryContractsConfigProcessor()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
process(javax.servlet.ServletContext servletContext,
DocumentInfo[] documentInfos)
Process the configuration documents.
|
private void |
processResourceLibraryContracts(org.w3c.dom.NodeList resourceLibraryContracts,
java.util.HashMap<java.lang.String,java.util.List<java.lang.String>> map)
Process the resource library contracts.
|
createInstance, createInstance, createInstance, destroy, destroyInstance, destroyNext, findRootType, getApplication, getClassMetadataMapKey, getNext, getNodeText, getTextMap, initializeClassMetadataMap, invokeNext, loadClass, processAnnotations, setNext
private static final java.util.logging.Logger LOGGER
private static final java.lang.String RESOURCE_LIBRARY_CONTRACTS
/faces-config/resource-library-contracts
public ResourceLibraryContractsConfigProcessor()
public void process(javax.servlet.ServletContext servletContext, DocumentInfo[] documentInfos) throws java.lang.Exception
servletContext
- the servlet context.documentInfos
- the document info(s).java.lang.Exception
- when an error occurs.private void processResourceLibraryContracts(org.w3c.dom.NodeList resourceLibraryContracts, java.util.HashMap<java.lang.String,java.util.List<java.lang.String>> map)
resourceLibraryContracts
- the resource library contracts.map
- the set of resource library contracts.Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.