Class FacesConfigFlowDefinitionFacesMethodCall


  • public class FacesConfigFlowDefinitionFacesMethodCall
    extends Object

    Invoke a method, passing parameters if necessary. The return from the method is used as the outcome for where to go next in the flow. If the method is a void method, the default outcome is used.

    Java class for faces-config-flow-definition-faces-method-callType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="faces-config-flow-definition-faces-method-callType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="method" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-faces-method-call-methodType"/>
             <element name="default-outcome" type="{http://xmlns.jcp.org/xml/ns/javaee}string"/>
             <element name="parameter" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-flow-call-parameterType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>