public interface ConfigProcessor
This interface provides a CoR structure for processing JSF configuration resources.
Modifier and Type | Method and Description |
---|---|
void |
destroy(javax.servlet.ServletContext servletContext,
FacesContext facesContext) |
void |
initializeClassMetadataMap(javax.servlet.ServletContext servletContext,
FacesContext facesContext)
Called to initialize the per-application metadata used by the ConfigProcessor
|
void |
process(javax.servlet.ServletContext servletContext,
FacesContext facesContext,
DocumentInfo[] documentInfos)
Process the array of
Document s. |
void initializeClassMetadataMap(javax.servlet.ServletContext servletContext, FacesContext facesContext)
void process(javax.servlet.ServletContext servletContext, FacesContext facesContext, DocumentInfo[] documentInfos) throws Exception
Process the array of Document
s.
sc
- the ServletContext
for the application being configureddocumentInfos
- @throws Exception if an error occurs during processingException
void destroy(javax.servlet.ServletContext servletContext, FacesContext facesContext)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.