Class FacesConfigFlowDefinitionFlowCallParameter


  • public class FacesConfigFlowDefinitionFlowCallParameter
    extends Object

    A parameter to pass when calling the method identified in the "method" element that is a sibling of this element.

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

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

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