mirror of
https://github.com/apache/struts.git
synced 2026-08-21 22:46:56 +00:00
WW-1834 clarify javadoc (more intuitive when included through cwiki snippet)
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@534102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -27,7 +27,7 @@ import com.opensymphony.xwork2.config.ConfigurationManager;
|
||||
/**
|
||||
* <!-- START SNIPPET: javadoc -->
|
||||
*
|
||||
* Provide a mapping between HTTP requests and action invocation requests and vice-versa.
|
||||
* The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa.
|
||||
* <p/>
|
||||
* When given an HttpServletRequest, the ActionMapper may return null if no action invocation request matches,
|
||||
* or it may return an {@link ActionMapping} that describes an action invocation for the framework to try.
|
||||
|
||||
Reference in New Issue
Block a user