Package org.apache.myfaces.config.impl
Class FacesConfigUnmarshallerImpl
java.lang.Object
org.apache.myfaces.config.impl.FacesConfigUnmarshallerImpl
- All Implemented Interfaces:
FacesConfigUnmarshaller<FacesConfigImpl>
public class FacesConfigUnmarshallerImpl
extends Object
implements FacesConfigUnmarshaller<FacesConfigImpl>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
firstChildTextContent
(String name, Node node) protected void
forEachChild
(Node node, Consumer<Node> val) getFacesConfig
(InputStream in, String systemId) protected String
getTextContent
(Node node) protected void
onAttribute
(String name, Node node, Consumer<String> val) protected void
protected AbsoluteOrderingImpl
processAbsoluteOrdering
(Node node) protected ApplicationImpl
processApplication
(Node node) protected BehaviorImpl
processBehavior
(Node node) protected ComponentImpl
processComponent
(Node node) protected ConverterImpl
processConverter
(Node node) protected FacesConfigExtensionImpl
protected FactoryImpl
processFactory
(Node node) protected FacesFlowDefinitionImpl
processFlowDefinition
(Node node) protected NavigationRuleImpl
processNavigationRule
(Node node) protected OrderingImpl
processOrdering
(Node node) protected RenderKitImpl
processRenderKit
(Node node)
-
Constructor Details
-
FacesConfigUnmarshallerImpl
-
-
Method Details
-
getFacesConfig
- Specified by:
getFacesConfig
in interfaceFacesConfigUnmarshaller<FacesConfigImpl>
- Throws:
IOException
SAXException
-
getFacesConfig
public FacesConfigImpl getFacesConfig(InputStream in, String systemId) throws IOException, SAXException - Specified by:
getFacesConfig
in interfaceFacesConfigUnmarshaller<FacesConfigImpl>
- Throws:
IOException
SAXException
-
processOrdering
-
processAbsoluteOrdering
-
processApplication
-
processFactory
-
processRenderKit
-
processComponent
-
processBehavior
-
processConverter
-
processFacesConfigExtension
-
processFlowDefinition
-
onAttribute
-
forEachChild
-
onChild
-
firstChildTextContent
-
getTextContent
-