net.sourceforge.stripes.controller
Interface StripesConstants


public interface StripesConstants

Container for constant values that are used across more than one class in Stripes.

Author:
Tim Fennell

Field Summary
static String REQ_ATTR_ACTION_BEAN
          The name under which the ActionBean for a request is stored as a request attribute before forwarding to the JSP.
static String URL_KEY_SOURCE_PAGE
          The name of a URL parameter that is used to hold the path (relative to the web application root) from which the current form submission was made.
 

Field Detail

URL_KEY_SOURCE_PAGE

static final String URL_KEY_SOURCE_PAGE
The name of a URL parameter that is used to hold the path (relative to the web application root) from which the current form submission was made.

See Also:
Constant Field Values

REQ_ATTR_ACTION_BEAN

static final String REQ_ATTR_ACTION_BEAN
The name under which the ActionBean for a request is stored as a request attribute before forwarding to the JSP.

See Also:
Constant Field Values


© Copyright 2005, Stripes Development Team.