atg.droplet
Interface DropletConstants

All Known Implementing Classes:
AnchorTag, BaseDropletDescriptor, DropletDescriptor, DropletEventServlet, DropletImports, DropletNames, EventSender, FormTag, PropertyName

public interface DropletConstants


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String DROPLET_ANCHOR_QUALIFIER
          The prefix to use for Anchor IDs
static java.lang.String DROPLET_ANCHOR_VALUE
          The name of the query argument that identifies the value for an anchor property
static java.lang.String DROPLET_ARGUMENTS
          The name of the query argument to use for identifying Droplet page requests
static java.lang.String DROPLET_BEAN_PREFIX
           
static java.lang.String DROPLET_BEFORE_GET_ATTRIBUTE
          The name of the request attribute for the vector of beforeGet objects that implement DropletFormHandler
static java.lang.String DROPLET_EVENT_ATTRIBUTE
          The name of the request attribute for the droplet event servlet
static java.lang.String DROPLET_EVENT_PREFIX
          The prefix to use for identifying Droplet form arguments
static java.lang.String DROPLET_EXCEPTIONS_ATTRIBUTE
          The name of the request attribute for the Vector of DropletFormExceptions that occurred trying to deliver the events for this request.
static java.lang.String DROPLET_PARAM_PREFIX
          The prefix to use for recognizing references to Droplet parameters
static java.lang.String DROPLET_PROPERTY_PREFIX
          The prefix(es) to use for recognizing references to Droplet properties
static java.lang.String DROPLET_SESSION_CONF
          The session secret parameter name.
static java.lang.String DROPLET_SUBMIT_VALUE_PREFIX
          The prefix to use for identifying "submit values" rendered for this tag
static java.lang.String OBJECT_BEFORE_GET_ATTRIBUTE
          The name of the request attribute for the vector of beforeGet objects that implement ObjectFormHandler
static int PRIORITY_DEFAULT
           
static int SUBMIT_PRIORITY_DEFAULT
          The submit tag has a different default priority to get it to run last
static java.lang.String UNCHECKED_DROPLET_EXCEPTIONS_ATTRIBUTE
          The name of the request attribute for the Vector of unchecked exceptions that occurred trying to deliver the events for this request.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

DROPLET_PROPERTY_PREFIX

static final java.lang.String DROPLET_PROPERTY_PREFIX
The prefix(es) to use for recognizing references to Droplet properties

See Also:
Constant Field Values

DROPLET_BEAN_PREFIX

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

DROPLET_PARAM_PREFIX

static final java.lang.String DROPLET_PARAM_PREFIX
The prefix to use for recognizing references to Droplet parameters

See Also:
Constant Field Values

DROPLET_EVENT_PREFIX

static final java.lang.String DROPLET_EVENT_PREFIX
The prefix to use for identifying Droplet form arguments

See Also:
Constant Field Values

DROPLET_SUBMIT_VALUE_PREFIX

static final java.lang.String DROPLET_SUBMIT_VALUE_PREFIX
The prefix to use for identifying "submit values" rendered for this tag

See Also:
Constant Field Values

DROPLET_SESSION_CONF

static final java.lang.String DROPLET_SESSION_CONF
The session secret parameter name.

See Also:
Constant Field Values

DROPLET_ARGUMENTS

static final java.lang.String DROPLET_ARGUMENTS
The name of the query argument to use for identifying Droplet page requests

See Also:
Constant Field Values

DROPLET_ANCHOR_VALUE

static final java.lang.String DROPLET_ANCHOR_VALUE
The name of the query argument that identifies the value for an anchor property

See Also:
Constant Field Values

DROPLET_ANCHOR_QUALIFIER

static final java.lang.String DROPLET_ANCHOR_QUALIFIER
The prefix to use for Anchor IDs

See Also:
Constant Field Values

PRIORITY_DEFAULT

static final int PRIORITY_DEFAULT
See Also:
Constant Field Values

SUBMIT_PRIORITY_DEFAULT

static final int SUBMIT_PRIORITY_DEFAULT
The submit tag has a different default priority to get it to run last

See Also:
Constant Field Values

DROPLET_EVENT_ATTRIBUTE

static final java.lang.String DROPLET_EVENT_ATTRIBUTE
The name of the request attribute for the droplet event servlet

See Also:
Constant Field Values

DROPLET_BEFORE_GET_ATTRIBUTE

static final java.lang.String DROPLET_BEFORE_GET_ATTRIBUTE
The name of the request attribute for the vector of beforeGet objects that implement DropletFormHandler

See Also:
Constant Field Values

OBJECT_BEFORE_GET_ATTRIBUTE

static final java.lang.String OBJECT_BEFORE_GET_ATTRIBUTE
The name of the request attribute for the vector of beforeGet objects that implement ObjectFormHandler

See Also:
Constant Field Values

DROPLET_EXCEPTIONS_ATTRIBUTE

static final java.lang.String DROPLET_EXCEPTIONS_ATTRIBUTE
The name of the request attribute for the Vector of DropletFormExceptions that occurred trying to deliver the events for this request.

See Also:
Constant Field Values

UNCHECKED_DROPLET_EXCEPTIONS_ATTRIBUTE

static final java.lang.String UNCHECKED_DROPLET_EXCEPTIONS_ATTRIBUTE
The name of the request attribute for the Vector of unchecked exceptions that occurred trying to deliver the events for this request.

See Also:
Constant Field Values