Apache Struts 2 Documentation > Home > Guides > Core Developers Guide
Added by Ted Husted, last edited by Ted Husted on Mar 05, 2007  (view change)

In processing a request, the framework utilizes three key class types: Actions, Interceptors, and Results, which are configured using one or more XML documents (or Java 5 annotations).

Next: Tag Developers Guide