This parameter is rendered once
 
 An example of Using ShippinGroupSubtotal to get
 subtotal of shipping group follows:
 
 <DROPLET BEAN="ShippinGroupSubtotal" >
 <PARAM NAME="sg" VALUE="param;SGroup" >
 <OPARAM NAME="output" >
 <VALUEOF PARAM="subtotal" CURRENCY/>
 </OPARAM>
 </DROPLET>
 
 
 
 
 
| Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging | 
DEFAULT_LOG_TRACE_STATUS | 
 
 
 
 
 
 
 
| Methods inherited from class atg.nucleus.GenericService | 
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService | 
 
| Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl | 
vlogDebug, vlogDebug, vlogDebug, vlogDebug, 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 | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
SG
public static final ParameterName SG
SUBTOTAL
public static final java.lang.String SUBTOTAL
- See Also:
 - Constant Field Values
 
OUTPUT
public static final java.lang.String OUTPUT
- See Also:
 - Constant Field Values
 
MISSING_SHIPPING_GROUP
public static final java.lang.String MISSING_SHIPPING_GROUP
- See Also:
 - Constant Field Values
 
MY_RESOURCE_NAME
public static final java.lang.String MY_RESOURCE_NAME
- See Also:
 - Constant Field Values
 
ShippingGroupSubtotal
public ShippingGroupSubtotal()
service
public void service(DynamoHttpServletRequest pRequest,
                    DynamoHttpServletResponse pResponse)
             throws java.io.IOException,
                    javax.servlet.ServletException
- Description copied from class: 
DynamoServlet 
- This method provides the default implementation of service,
 by dispatching to conventionally named methods which begin
 with "do".
- Overrides:
 service in class DynamoServlet
 
- Parameters:
 pRequest - the request to be processedpResponse - the response object for this request
- Throws:
 java.io.IOException - an error occurred reading data from the request
 or writing data to the response.
javax.servlet.ServletException - an application specific error occurred
 processing this request