Sounds good. A series of interceptors that handle action mapping.
So when I'm not using wildcard or regex matchers I simply remove the corresponding interceptors from the chain.

,Volker



Am 25.11.2014 um 21:40 schrieb Paul Benedict:
Responding to both you and Steven:

Yes, the ActionMapper does select the action and method. My apologies for
phrasing my question as I did. Yet where in the interceptor chain is the
ActionMapper invoked? Or invoking the action? I think it's part of our
hidden stock functionality which means I can't easily stub in code before
or after or replace. That's really my point in all this: to fully break
down the controller into a series of interceptors so developers can enhance
the processing chain in the guts of Struts.





Cheers,
Paul

On Tue, Nov 25, 2014 at 2:22 PM, Dave Newton <davelnew...@gmail.com> wrote:

On Tue, Nov 25, 2014 at 10:24 AM, Paul Benedict wrote:
For example, there is no easy way in S2 to customize which action will be
selected -- or which method on the action will be invoked.

Customize in what way?

Wouldn't most situations be covered by either wildcarding or regex
matchers?

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to