org.loom.servlet.names
Interface RequestAttributeNames


public interface RequestAttributeNames

Servlet request attributes used by Loom


Field Summary
static java.lang.String ACTION
          the current action
static java.lang.String CACHE_CONTROL
          When using \@Cache, the CacheControl instance associated to the current request
static java.lang.String FIELD_INDEX_PREFIX
          prefix of the current value for autogenerated field index
static java.lang.String FLASH_NEXT
          flash container with attributes for the NEXT request
static java.lang.String FLASH_PREV
          flash container with attributes of the PREVIOUS request
static java.lang.String FORWARD_CONTEXT_PATH
           
static java.lang.String FORWARD_PATH_INFO
           
static java.lang.String FORWARD_QUERY_STRING
           
static java.lang.String FORWARD_SERVLET_PATH
           
static java.lang.String FORWARD_URI
          Original request data as received by the server before the request gets forwarded elsewhere.
static java.lang.String HTTP_ERROR
          http error code attribute for error pages
static java.lang.String JAVA_EXCEPTION
          exception attribute for error pages
static java.lang.String MESSAGES_REPOSITORY
          the current MessagesRepository instance
static java.lang.String PARSED_ACTION
          the current ParsedAction instance
static java.lang.String REQUEST
          the current LoomServletRequest instance
static java.lang.String RESPONSE
          the current LoomServletResponse instance
static java.lang.String SELECTED_MENU_ITEM_PREFIX
          the menuItem ID that is currently selected.
static java.lang.String SPRING_SECURITY_403_EXCEPTION
          the security exception handled by spring security when returning a 403 response
 

Field Detail

REQUEST

static final java.lang.String REQUEST
the current LoomServletRequest instance

See Also:
Constant Field Values

RESPONSE

static final java.lang.String RESPONSE
the current LoomServletResponse instance

See Also:
Constant Field Values

ACTION

static final java.lang.String ACTION
the current action

See Also:
Constant Field Values

PARSED_ACTION

static final java.lang.String PARSED_ACTION
the current ParsedAction instance

See Also:
Constant Field Values

MESSAGES_REPOSITORY

static final java.lang.String MESSAGES_REPOSITORY
the current MessagesRepository instance

See Also:
Constant Field Values

SELECTED_MENU_ITEM_PREFIX

static final java.lang.String SELECTED_MENU_ITEM_PREFIX
the menuItem ID that is currently selected.

See Also:
Constant Field Values

FIELD_INDEX_PREFIX

static final java.lang.String FIELD_INDEX_PREFIX
prefix of the current value for autogenerated field index

See Also:
Constant Field Values

FLASH_PREV

static final java.lang.String FLASH_PREV
flash container with attributes of the PREVIOUS request

See Also:
Constant Field Values

FLASH_NEXT

static final java.lang.String FLASH_NEXT
flash container with attributes for the NEXT request

See Also:
Constant Field Values

CACHE_CONTROL

static final java.lang.String CACHE_CONTROL
When using \@Cache, the CacheControl instance associated to the current request

See Also:
Constant Field Values

JAVA_EXCEPTION

static final java.lang.String JAVA_EXCEPTION
exception attribute for error pages

See Also:
Constant Field Values

HTTP_ERROR

static final java.lang.String HTTP_ERROR
http error code attribute for error pages

See Also:
Constant Field Values

SPRING_SECURITY_403_EXCEPTION

static final java.lang.String SPRING_SECURITY_403_EXCEPTION
the security exception handled by spring security when returning a 403 response

See Also:
Constant Field Values

FORWARD_URI

static final java.lang.String FORWARD_URI
Original request data as received by the server before the request gets forwarded elsewhere. see http://jetty.mortbay.org/jetty5/doc/servlet24.html

See Also:
Constant Field Values

FORWARD_CONTEXT_PATH

static final java.lang.String FORWARD_CONTEXT_PATH
See Also:
Constant Field Values

FORWARD_SERVLET_PATH

static final java.lang.String FORWARD_SERVLET_PATH
See Also:
Constant Field Values

FORWARD_PATH_INFO

static final java.lang.String FORWARD_PATH_INFO
See Also:
Constant Field Values

FORWARD_QUERY_STRING

static final java.lang.String FORWARD_QUERY_STRING
See Also:
Constant Field Values