Versions Compared

Key

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

...

In the diagram, an initial request goes to the Servlet container (such as Jetty or Resin) is passed through a standard filter chain. The chain includes the (optional) ActionContextCleanUp filter, which is useful when integrating technologies such as SiteMesh Plugin. Next, the required FilterDispatcher is called, which in turn consults the ActionMapper to determine if the request should invoke an action.

...