public class FacesConfigExtensionProcessor extends AbstractConfigProcessor
This ConfigProcessor
handles all elements defined under
/faces-config/factory
.
Constructor and Description |
---|
FacesConfigExtensionProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(javax.servlet.ServletContext sc,
FacesContext facesContext,
DocumentInfo[] documentInfos)
Process the array of
Document s. |
createInstance, createInstance, createInstance, destroy, destroyInstance, findRootType, getApplication, getClassMetadataMapKey, getNodeText, getTextMap, initializeClassMetadataMap, loadClass, processAnnotations
public void process(javax.servlet.ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) throws Exception
ConfigProcessor
Process the array of Document
s.
documentInfos
- @throws Exception if an error occurs during processingException
ConfigProcessor#process(javax.servlet.ServletContext,com.sun.faces.config.manager.documents.DocumentInfo[])
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.