public class DropletNames extends java.lang.Object implements DropletConstants
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
DROPLET_ANCHOR_QUALIFIER, DROPLET_ANCHOR_VALUE, DROPLET_ARGUMENTS, DROPLET_BEAN_PREFIX, DROPLET_BEFORE_GET_ATTRIBUTE, DROPLET_EVENT_ATTRIBUTE, DROPLET_EVENT_PREFIX, DROPLET_EXCEPTIONS_ATTRIBUTE, DROPLET_PARAM_PREFIX, DROPLET_PROPERTY_PREFIX, DROPLET_SESSION_CONF, DROPLET_SUBMIT_VALUE_PREFIX, OBJECT_BEFORE_GET_ATTRIBUTE, PRIORITY_DEFAULT, SUBMIT_PRIORITY_DEFAULT, UNCHECKED_DROPLET_EXCEPTIONS_ATTRIBUTE| Constructor and Description | 
|---|
DropletNames()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
getComponentName(java.lang.String pComponentPath)  | 
static java.lang.String | 
getComponentPath(java.lang.String pPropertyPath)  | 
static java.lang.String[] | 
getPathNames(java.lang.String pPath)  | 
static java.lang.String | 
getPropertyName(java.lang.String pPropertyPath)  | 
static void | 
initPathNames(EventReceiver pER)
This is a utility method used by the EventReceiver classes to compute
 the list of path names and list of dimensions for their current 
 PropertyPath. 
 | 
static boolean | 
isAbsolutePath(java.lang.String pPropertyPath)
Returns true if the path name is an absolute path (i.e. 
 | 
static boolean | 
isExplicitPath(java.lang.String pPropertyPath)
Returns true if the path name is explicitly defined (i.e. 
 | 
public static java.lang.String getComponentPath(java.lang.String pPropertyPath)
public static java.lang.String getPropertyName(java.lang.String pPropertyPath)
public static java.lang.String getComponentName(java.lang.String pComponentPath)
pComponentPath - a path name of the form: "/path/componentName"public static boolean isExplicitPath(java.lang.String pPropertyPath)
public static boolean isAbsolutePath(java.lang.String pPropertyPath)
public static void initPathNames(EventReceiver pER) throws DropletException
DropletExceptionpublic static java.lang.String[] getPathNames(java.lang.String pPath)