Class URLEncodedInput

    • Constructor Detail

      • URLEncodedInput

        public URLEncodedInput()
        Creates the property container without a name.
      • URLEncodedInput

        public URLEncodedInput​(Atom propertyAtom)
        Creates the property container.
        Parameters:
        propertyAtom - the name of the component, unique within it's parent.
    • Method Detail

      • getInput

        public RESTfulInputProps getInput()
        Gets the RESTful input properties.
        Returns:
        The input properties.
      • getWebServiceProp

        public WebServiceProp getWebServiceProp()
        Gets the Web Service property.
        Returns:
        The Web Service property, or null if not attached to it.
      • getVirtualSpace

        public VirtualSpace getVirtualSpace()
        Gets the VirtualSpace.
        Returns:
        The VirtualSpace connected the the variable input, or null for none.
      • getInputParameters

        public URLInputParameter[] getInputParameters()
        Gets the input parameters. This list will include all parameters used for the URL, some may be used to format the URI and some for the query part.
        Returns:
        An array of input parameters.
      • getParameters

        public void getParameters​(IAppSessionGyro appGyro,
                                  java.util.List<WSParameter> list)
        Gets all the parameters.
        Parameters:
        appGyro - The application session gyro, null in Designer.
        list - The list that will be filled with the parameter.