atg.commerce.adc.droplet
Class SetProductCategory

java.lang.Object
  extended by SetCategory
      extended by atg.commerce.adc.droplet.SetProductCategory

public class SetProductCategory
extends SetCategory

This droplet is used to set the category for the current product. If this droplet is included in a page, the PageNameProcessor will not dynamically determine the category, but use this value instead. The droplet can then be invoked with the following parameters:

  <dsp:droplet name="/atg/commerce/adc/droplet/SetProductCategory">
    <dsp:param name="category" value="YourCategory"/>
 </dsp:droplet>
 

There are no output parameters


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
SetProductCategory()
           
 
Method Summary
 void setCategory(ADCRequestData pRequestData, java.lang.String pCategory)
          Explicitly set the category for the current product using the given "category" parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

SetProductCategory

public SetProductCategory()
Method Detail

setCategory

public void setCategory(ADCRequestData pRequestData,
                        java.lang.String pCategory)
Explicitly set the category for the current product using the given "category" parameter

See Also:
ADCRequestData.setProductCategory(java.lang.String)