atg.commerce.order
Class CommerceCommandServlet
java.lang.Object
   atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
       atg.nucleus.GenericService
atg.nucleus.GenericService
           atg.nucleus.TimedOperationService
atg.nucleus.TimedOperationService
               atg.servlet.pipeline.PipelineableServletImpl
atg.servlet.pipeline.PipelineableServletImpl
                   atg.servlet.pipeline.InsertableServletImpl
atg.servlet.pipeline.InsertableServletImpl
                       atg.commerce.order.CommerceCommandServlet
atg.commerce.order.CommerceCommandServlet
- All Implemented Interfaces: 
- atg.naming.AbsoluteNameable, NameContextBindingListener, NameContextElement, atg.naming.NameContextParentable, NameResolver, AdminableService, atg.nucleus.Configured, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, InsertableServlet, PipelineableServlet, java.util.EventListener, javax.servlet.Servlet
- public class CommerceCommandServlet 
- extends InsertableServletImpl
 
 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
| DEFAULT_LOG_TRACE_STATUS | 
 
 
 
 
 
| Methods inherited from class atg.servlet.pipeline.PipelineableServletImpl | 
| createAdminServlet, destroy, getAdminServlet, getNextServlet, getServletConfig, getServletInfo, init, isUsePathInfo, passRequest, passRequest, service, service, setNextServlet, setServletInfo, setUsePathInfo | 
 
 
| Methods inherited from class atg.nucleus.GenericService | 
| addLogListener, doStopService, getAbsoluteName, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService | 
 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
| vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
| Methods inherited from interface javax.servlet.Servlet | 
| destroy, getServletConfig, getServletInfo, init, service | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
 
mCommerceCommandParameter
protected java.lang.String mCommerceCommandParameter
CommerceCommandServlet
public CommerceCommandServlet()
setCommerceCommandParameter
public void setCommerceCommandParameter(java.lang.String pCommerceCommandParameter)
- 
 
getCommerceCommandParameter
public java.lang.String getCommerceCommandParameter()
- 
 
getActionMap
public java.util.Properties getActionMap()
- returns a java.util.Properties object of the action to servlet map for Commerce command classes.
 
- 
 
setActionMap
public void setActionMap(java.util.Properties pActionMap)
- sets a java.util.Properties object to contain the action to servlet map for Commerce commands.
 
- 
 
setEnabled
public void setEnabled(boolean pEnabled)
- Sets property Enabled
 
- 
 
isEnabled
public boolean isEnabled()
- Returns property Enabled
 
- 
 
service
public void service(DynamoHttpServletRequest pRequest,
                    DynamoHttpServletResponse pResponse)
             throws java.io.IOException,
                    javax.servlet.ServletException
- Description copied from class: PipelineableServletImpl
- Services a DynamoHttpServletRequest/Response pair
 
- 
- Overrides:
- servicein class- PipelineableServletImpl
 
- 
- Throws:
- java.io.IOException- if an error occurred while reading or writing
 the servlet request
- javax.servlet.ServletException- if an error occurred while processing
 the servlet request