[EMAIL PROTECTED] wrote:
Dude, that sounds very exciting! I was thinking you were just "tweaking"
around the existing interceptor. Does it allow filtering on the action
name?
I wouldn't say it's very exciting, but I've found it useful. Yep, you
can filter on the action name and can plugin additional
ActionNameMatcher beans. I'll add an example that someone asked about
recently; using a resource bundle to allow one action to be mapped to
URLs in multiple languages. eg. TicketsAction ->
(tickets|billets|karten).action
I've been careful to ensure it complements the other plugins by not
touching the Struts Configuration at all. You can use Convention, REST,
CodeBehind etc to setup the standard configuration and then use this
plugin to map URLs to it in (hopefully) any way imaginable. With
flexibility comes a performance price though.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]