Interface IHCRequestField

    • Method Detail

      • getDefaultValue

        @Nonnull
        String getDefaultValue()
        Get the default value that should be used if no request value is present.
        Returns:
        The default value to be used as fallback. May not be null. null have to be returned as empty strings!
      • getRequestValue

        @Nonnull
        String getRequestValue()
        Get the value of the request - optionally falling back to an eventually provided default value if no such request parameter is present
        Returns:
        A single request value as string.
        See Also:
        getDefaultValue()