Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sitemesh
Interface RequestConstants  view RequestConstants download RequestConstants.java


public interface RequestConstants

This is a set of static constants of Strings to be used as ServletRequest attribute keys to represent various objects passed between pages.

Version:
$Revision: 1.4 $

Field Summary
static java.lang.String DECORATOR
          The name (String) of the Decorator to suggest using.
static java.lang.String FILTER_APPLIED
          Marker that stores a Boolean to state whether the decorator filter has been applied yet in this request.
static java.lang.String PAGE
          Stores Page instance for parsed page to be passed across to Decorator .
 

Field Detail

FILTER_APPLIED

public static final java.lang.String FILTER_APPLIED
Marker that stores a Boolean to state whether the decorator filter has been applied yet in this request.

See Also:
Constant Field Values

PAGE

public static final java.lang.String PAGE
Stores Page instance for parsed page to be passed across to Decorator .

See Also:
Constant Field Values

DECORATOR

public static final java.lang.String DECORATOR
The name (String) of the Decorator to suggest using. This is set by the com.sitemesh.taglib.PanelTag and is then used by the corresponding DecoratorMapper .

See Also:
Constant Field Values