Returns the value of the current HttpParameter attribute as a boolean. If
there is more than one value defined, only the first one is returned. For an
undefined attribute it returns null.
Returns the value of the current HttpParameter attribute as a date. If
there is more than one value defined, only the first one is returned. For
an undefined attribute and if attribute is not a date it return null.
Returns the value of the current HttpParameter attribute as a number. If
there is more than one value defined, only the first one is returned. For
an undefined attribute it returns 0.0.
Returns the value of the current HttpParameter attribute as int. If there
is more than one value defined, only the first one is returned. For an
undefined attribute it returns null.
Returns the raw value for this HttpParameter instance.
The raw value is the not trimmed String value of this HTTP parameter.
If there is more than one value defined, only the first one is returned. For an
undefined attribute the method returns a null.
Returns the value of the current HttpParameter attribute. If there is
more than one value defined, only the first one is returned. For an
undefined attribute the method returns a null.
Returns the value of the current HttpParameter attribute. If there is
more than one value defined, only the first one is returned. For an
undefined attribute the method returns null.
Returns the value of the current HttpParameter attribute as a boolean. If
there is more than one value defined, only the first one is returned. For an
undefined attribute it returns null.
Returns:
the actual value as a boolean or null of no value is available.
Returns the value of the current HttpParameter attribute as a boolean. If there
is more than one value defined, only the first one is returned. For an
undefined attribute it returns the given default value.
Parameters:
defaultValue - the default value to use.
Returns:
the value of the parameter or the default value if empty.
Returns the value of the current HttpParameter attribute as a date. If
there is more than one value defined, only the first one is returned. For
an undefined attribute and if attribute is not a date it return null.
Returns the value of the current HttpParameter attribute as a date. If
there is more than one value defined, only the first one is returned. For
an undefined attribute it returns the given default value and if
the attributes is not a date it returns null.
Parameters:
defaultValue - the default value to use.
Returns:
the data value of the attribute or the default value if empty
Returns the value of the current HttpParameter attribute as a number. If
there is more than one value defined, only the first one is returned. For
an undefined attribute it returns 0.0.
Returns:
the actual value as double or null if the parameter has no value.
Returns the value of the current HttpParameter attribute as a number. If
there is more than one value defined, only the first one is returned. For
an undefined attribute it returns the given default value.
Parameters:
defaultValue - the default value to use.
Returns:
the actual value as double or the default value if empty.
Returns the value of the current HttpParameter attribute as int. If there
is more than one value defined, only the first one is returned. For an
undefined attribute it returns null.
Returns:
the actual value as an integer or null of no value is available.
Returns the value of the current HttpParameter attribute as an integer. If there
is more than one value defined, only the first one is returned. For an
undefined attribute it returns the given default value.
Parameters:
defaultValue - the default value to use.
Returns:
the value of the parameter or the default value if empty.
Returns the raw value for this HttpParameter instance.
The raw value is the not trimmed String value of this HTTP parameter.
If there is more than one value defined, only the first one is returned. For an
undefined attribute the method returns a null.
Returns the value of the current HttpParameter attribute. If there is
more than one value defined, only the first one is returned. For an
undefined attribute the method returns a null.
Returns the value of the current HttpParameter attribute. If there is
more than one value defined, only the first one is returned. For an
undefined attribute the method returns the given default value.
Returns the value of the current HttpParameter attribute. If there is
more than one value defined, only the first one is returned. For an
undefined attribute the method returns null.
Returns the value of the current HttpParameter attribute. If there is
more than one value defined, only the first one is returned. For an
undefined attribute the method returns an empty string.