org.loom.servlet.names
Class RequestParameterNames

java.lang.Object
  extended by org.loom.servlet.names.RequestParameterNames

public final class RequestParameterNames
extends java.lang.Object

GET / POST parameter names used by Loom


Field Summary
static java.lang.String FLASH_ID
          flash scope ID
static java.lang.String LOOM_PREFIX
          the prefix of internal Loom parameters
static java.lang.String METHOD_OVERRIDES
          if present, override the HTTP method being invoked (to use DELETE or PUT from a browser request) Note that by default this is the same parameter name used by prototype Ajax requests
static java.lang.String OVERRIDE_EVENT_PREFIX
          prefix used for multiple submit button to override the target event
static java.lang.String PAGED_INDEX
          in paged listings, the sort order (asc, desc)
static java.lang.String PAGED_SORT_ORDER
          in paged listings, the sort order (asc, desc)
static java.lang.String PAGED_SORT_PROPERTY
          in paged listings, the sort property
static java.lang.String REDIRECT_ERROR
          when redirecting because an error, this parameter is true
static java.lang.String SINGLE_USE_TOKEN
          for SingleUseToken events, the token name
 
Method Summary
static boolean isInternal(java.lang.String paramName)
          Return true if the provided parameter name is a Loom internal parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOOM_PREFIX

public static final java.lang.String LOOM_PREFIX
the prefix of internal Loom parameters

See Also:
Constant Field Values

METHOD_OVERRIDES

public static final java.lang.String METHOD_OVERRIDES
if present, override the HTTP method being invoked (to use DELETE or PUT from a browser request) Note that by default this is the same parameter name used by prototype Ajax requests

See Also:
Constant Field Values

OVERRIDE_EVENT_PREFIX

public static final java.lang.String OVERRIDE_EVENT_PREFIX
prefix used for multiple submit button to override the target event

See Also:
Constant Field Values

FLASH_ID

public static final java.lang.String FLASH_ID
flash scope ID

See Also:
Constant Field Values

PAGED_SORT_PROPERTY

public static final java.lang.String PAGED_SORT_PROPERTY
in paged listings, the sort property

See Also:
Constant Field Values

PAGED_SORT_ORDER

public static final java.lang.String PAGED_SORT_ORDER
in paged listings, the sort order (asc, desc)

See Also:
Constant Field Values

PAGED_INDEX

public static final java.lang.String PAGED_INDEX
in paged listings, the sort order (asc, desc)

See Also:
Constant Field Values

SINGLE_USE_TOKEN

public static final java.lang.String SINGLE_USE_TOKEN
for SingleUseToken events, the token name

See Also:
Constant Field Values

REDIRECT_ERROR

public static final java.lang.String REDIRECT_ERROR
when redirecting because an error, this parameter is true

See Also:
Constant Field Values
Method Detail

isInternal

public static boolean isInternal(java.lang.String paramName)
Return true if the provided parameter name is a Loom internal parameter