public class AjaxComponentServiceAction
extends com.ibm.commerce.struts.AjaxAction
The following example demonstrates a possible component client facade configuration:
<plug-in className="com.ibm.commerce.struts.ComponentPlugIn"> <set-property property="componentId" value="order"/> <set-property property="clientFacadeClassName" value="com.ibm.commerce.order.facade.client.OrderFacadeClient"/> </plug-in>
This component facade declaration could then be referenced in an action mapping declaration:
<action
parameter="order.submitOrder"
path="/AjaxSubmitOrder" type="com.ibm.commerce.struts.AjaxComponentServiceAction">
</action>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
AjaxComponentServiceAction()
Construct new instance of the component service action.
|
public static final java.lang.String COPYRIGHT