--- On Tue, 6/17/08, stanlick <[EMAIL PROTECTED]> wrote:
> How does this action mapper make its way into the runtime configuration?

In the plugin XML file via bean and constant configs:

<bean name="rest" 
      type="org.apache.struts2.dispatcher.mapper.ActionMapper"
      class="org.apache.struts2.rest.RestActionMapper" />

and

<constant name="struts.mapper.class" value="rest" />

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to