Class EditorJSONEncodedInput

All Implemented Interfaces:
IPropDesigner, IWSPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, IRequestContentEncoding, Cloneable, IAdaptable

public class EditorJSONEncodedInput extends URLEncodedInput implements IWSPropDesigner
Editor version of the RESTful URL Encoded input for the request of a Web Service transaction.
Author:
Christopher Mindus
  • Constructor Details

    • EditorJSONEncodedInput

      public EditorJSONEncodedInput()
      Creates the property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorJSONEncodedInput

      public EditorJSONEncodedInput(Atom propertyAtom)
      Creates the property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details