How would plugins work with the chain configuration?

I've written ActionServlet/RequestProcessor extensions and plugins in
the past.  Often, the reason is to inject custom pre-, actual, or
post-processing at specific steps.  An example would Tiles, which IIRC
intercepts the forward processing to see if the destination is a
configured tile, otherwise lets the default forward processing
continue.

It would be nice if plugins can inject chain elements at specific
points in the chain at startup, programatically.  This way, plugins
can be programmed to modify specific portions of the chain that it is
concerned with, without affecting other portions of the chain or
modifications of other plugins.

Hubert

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

Reply via email to