public interface DropletConstants
| Modifier and Type | Field and Description | 
|---|---|
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. 
 | 
static final java.lang.String CLASS_VERSION
static final java.lang.String DROPLET_PROPERTY_PREFIX
static final java.lang.String DROPLET_BEAN_PREFIX
static final java.lang.String DROPLET_PARAM_PREFIX
static final java.lang.String DROPLET_EVENT_PREFIX
static final java.lang.String DROPLET_SUBMIT_VALUE_PREFIX
static final java.lang.String DROPLET_SESSION_CONF
static final java.lang.String DROPLET_ARGUMENTS
static final java.lang.String DROPLET_ANCHOR_VALUE
static final java.lang.String DROPLET_ANCHOR_QUALIFIER
static final int PRIORITY_DEFAULT
static final int SUBMIT_PRIORITY_DEFAULT
static final java.lang.String DROPLET_EVENT_ATTRIBUTE
static final java.lang.String DROPLET_BEFORE_GET_ATTRIBUTE
static final java.lang.String OBJECT_BEFORE_GET_ATTRIBUTE
static final java.lang.String DROPLET_EXCEPTIONS_ATTRIBUTE
static final java.lang.String UNCHECKED_DROPLET_EXCEPTIONS_ATTRIBUTE