public abstract class EventSender extends ComplexTag 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 |
---|
EventSender() |
EventSender(ApplicationLogging pLogger,
boolean pReportDropletExceptions) |
Modifier and Type | Method and Description |
---|---|
protected atg.droplet.FormHandlerUtils |
createFormHandlerUtils() |
atg.droplet.FormHandlerUtils |
getFormHandlerUtils()
Returns property formHandlerUtils.
|
java.lang.Object |
getImageRequestValue(BaseDropletDescriptor d,
DynamoHttpServletRequest pReq,
int pInd,
boolean pMethodIsGet,
java.lang.String pKey,
EventReceiver pMh,
java.lang.Object[] pArgs) |
java.lang.Object |
getRequestValue(BaseDropletDescriptor d,
DynamoHttpServletRequest pReq,
int pInd,
boolean pMethodIsGet,
java.lang.String pKey,
EventReceiver pMh,
java.lang.Object[] pArgs) |
void |
setFormHandlerUtils(atg.droplet.FormHandlerUtils pFormHandlerUtils)
Sets property formHandlerUtils.
|
addContent, addContent, addContent, getContent, service, serviceContent, setContent
getAttribute, getAttributes, getTagName, service, serviceAttributes, setAttribute, setAttributes, setTagName
public EventSender()
public EventSender(ApplicationLogging pLogger, boolean pReportDropletExceptions)
public void setFormHandlerUtils(atg.droplet.FormHandlerUtils pFormHandlerUtils)
public atg.droplet.FormHandlerUtils getFormHandlerUtils()
public java.lang.Object getRequestValue(BaseDropletDescriptor d, DynamoHttpServletRequest pReq, int pInd, boolean pMethodIsGet, java.lang.String pKey, EventReceiver pMh, java.lang.Object[] pArgs) throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException, DropletFormException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
DropletFormException
public java.lang.Object getImageRequestValue(BaseDropletDescriptor d, DynamoHttpServletRequest pReq, int pInd, boolean pMethodIsGet, java.lang.String pKey, EventReceiver pMh, java.lang.Object[] pArgs) throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
protected atg.droplet.FormHandlerUtils createFormHandlerUtils()