atg.droplet
Class EventSender

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by atg.droplet.Tag
          extended by atg.droplet.ComplexTag
              extended by atg.droplet.EventSender
All Implemented Interfaces:
DropletConstants, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
AnchorTag, FormTag

public abstract class EventSender
extends ComplexTag
implements DropletConstants

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from interface atg.droplet.DropletConstants
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 Summary
EventSender()
           
EventSender(ApplicationLogging pLogger, boolean pReportDropletExceptions)
           
 
Method Summary
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.
 
Methods inherited from class atg.droplet.ComplexTag
addContent, addContent, addContent, getContent, service, serviceContent, setContent
 
Methods inherited from class atg.droplet.Tag
getAttribute, getAttributes, getTagName, service, serviceAttributes, setAttribute, setAttributes, setTagName
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

EventSender

public EventSender()

EventSender

public EventSender(ApplicationLogging pLogger,
                   boolean pReportDropletExceptions)
Method Detail

setFormHandlerUtils

public void setFormHandlerUtils(atg.droplet.FormHandlerUtils pFormHandlerUtils)
Sets property formHandlerUtils. FormHandlerUtils used for adding form exceptions.


getFormHandlerUtils

public atg.droplet.FormHandlerUtils getFormHandlerUtils()
Returns property formHandlerUtils. FormHandlerUtils used for adding form exceptions.


getRequestValue

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
Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
DropletFormException

getImageRequestValue

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
Throws:
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException

createFormHandlerUtils

protected atg.droplet.FormHandlerUtils createFormHandlerUtils()