public class ComponentServiceAction extends BaseAction
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="/SubmitOrder" type="com.ibm.commerce.struts.ComponentServiceAction"> <set-property property="authenticate" value="0:0"/> <set-property property="https" value="0:1"/> </action>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ComponentServiceAction()
Construct new instance of the component service action.
|
execute
public static final java.lang.String COPYRIGHT