Class FacesConfigFlowDefinitionFlowCallOutboundParameter


  • public class FacesConfigFlowDefinitionFlowCallOutboundParameter
    extends Object

    A named parameter whose value will be passed to a correspondingly named parameter within an "inbound-parameter" element on the target flow.

    Java class for faces-config-flow-definition-flow-call-outbound-parameterType complex type.

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

     <complexType name="faces-config-flow-definition-flow-call-outbound-parameterType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://xmlns.jcp.org/xml/ns/javaee}java-identifierType"/>
             <element name="value" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-parameter-valueType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>