Module jakarta.faces
Package com.sun.faces.config.processor
Class FacesFlowDefinitionConfigProcessor
java.lang.Object
com.sun.faces.config.processor.AbstractConfigProcessor
com.sun.faces.config.processor.FacesFlowDefinitionConfigProcessor
- All Implemented Interfaces:
ConfigProcessor
This ConfigProcessor
handles all elements defined under /faces-config/flow-definition
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getAttribute
(Node node, String attrName) protected String
getIdAttribute
(Node node) void
process
(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) Process the array ofDocument
s.static Document
static boolean
uriIsFlowDefinition
(URI uri) Methods inherited from class com.sun.faces.config.processor.AbstractConfigProcessor
createInstance, createInstance, createInstance, destroy, destroyInstance, findRootType, getApplication, getClassMetadataMapKey, getNodeText, getTextMap, initializeClassMetadataMap, loadClass, processAnnotations
-
Constructor Details
-
FacesFlowDefinitionConfigProcessor
public FacesFlowDefinitionConfigProcessor()
-
-
Method Details
-
uriIsFlowDefinition
-
synthesizeEmptyFlowDefinition
- Throws:
ParserConfigurationException
-
process
public void process(ServletContext sc, FacesContext facesContext, DocumentInfo[] documentInfos) throws Exception Description copied from interface:ConfigProcessor
Process the array of
Document
s.- Parameters:
sc
- theServletContext
for the application being configuredfacesContext
- the current faces contextdocumentInfos
- the document infos- Throws:
Exception
- if an error occurs during processing
-
getAttribute
-
getIdAttribute
- Throws:
XPathExpressionException
-