public class FacesFlowDefinitionConfigProcessor extends AbstractConfigProcessor
This ConfigProcessor handles all elements defined under
/faces-config/flow-definition.
| Constructor and Description |
|---|
FacesFlowDefinitionConfigProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getAttribute(Node node,
String attrName) |
protected String |
getIdAttribute(Node node) |
void |
process(javax.servlet.ServletContext sc,
javax.faces.context.FacesContext facesContext,
DocumentInfo[] documentInfos)
Process the array of
Documents. |
static Document |
synthesizeEmptyFlowDefinition(URI uri) |
static boolean |
uriIsFlowDefinition(URI uri) |
createInstance, createInstance, createInstance, destroy, destroyInstance, findRootType, getApplication, getClassMetadataMapKey, getNodeText, getTextMap, initializeClassMetadataMap, loadClass, processAnnotationspublic static boolean uriIsFlowDefinition(URI uri)
public static Document synthesizeEmptyFlowDefinition(URI uri) throws ParserConfigurationException
ParserConfigurationExceptionpublic void process(javax.servlet.ServletContext sc,
javax.faces.context.FacesContext facesContext,
DocumentInfo[] documentInfos)
throws Exception
ConfigProcessor
Process the array of Documents.
documentInfos - @throws Exception if an error occurs during processingExceptionprotected String getIdAttribute(Node node) throws XPathExpressionException
XPathExpressionExceptionCopyright © 2010–2019 JBoss by Red Hat. All rights reserved.