MultipleDelegatingTilesRequestProcessor.java | Class | Subclass of Struts' TilesRequestProcessor that looks up Spring-managed
Struts 1.1 Actions defined in ContextLoaderPlugIn's WebApplicationContext.
Behaves like
DelegatingRequestProcessor DelegatingRequestProcessor ,
but also provides the Tiles functionality of the original TilesRequestProcessor.
As there's just a single central class to customize in Struts, we have to provide
another subclass here, covering both the Tiles and the Spring delegation aspect.
The default implementation delegates to the DelegatingActionUtils
class as fas as possible, to reuse as much code as possible despite
the need to provide two RequestProcessor subclasses. |