Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the ActionMapper determines that an Action should be invoked, the FilterDispatcher delegates control to the ActionProxy. The ActionProxy consults the framework Configuration Files manager (which may read the struts.xml file). Next, the ActionProxy creates an ActionInvocation, which is responsible for the command pattern implementation. This includes invoking any Interceptors (the before method) in advance of invoking the Action itself.

...