public class ApplicationConfigProcessor extends AbstractConfigProcessor
This ConfigProcessor handles all elements defined under
/faces-config/application.
| Constructor and Description |
|---|
ApplicationConfigProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(javax.servlet.ServletContext sc,
FacesContext facesContext) |
void |
process(javax.servlet.ServletContext servletContext,
FacesContext facesContext,
DocumentInfo[] documentInfos)
Process the array of
Documents. |
createInstance, createInstance, createInstance, destroyInstance, findRootType, getApplication, getClassMetadataMapKey, getNodeText, getTextMap, initializeClassMetadataMap, loadClass, processAnnotationspublic void process(javax.servlet.ServletContext servletContext,
FacesContext facesContext,
DocumentInfo[] documentInfos)
throws Exception
ConfigProcessor
Process the array of Documents.
documentInfos - @throws Exception if an error occurs during processingExceptionConfigProcessor#process(javax.servlet.ServletContext,com.sun.faces.config.manager.documents.DocumentInfo[])public void destroy(javax.servlet.ServletContext sc,
FacesContext facesContext)
destroy in interface ConfigProcessordestroy in class AbstractConfigProcessorComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.