public class ManagedBeanConfigProcessor extends AbstractConfigProcessor
This ConfigProcessor
handles all elements defined under
/faces-config/managed-bean
.
Constructor and Description |
---|
ManagedBeanConfigProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(javax.servlet.ServletContext servletContext,
javax.faces.context.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 servletContext, javax.faces.context.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 © 2010–2021 JBoss by Red Hat. All rights reserved.