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:
James Mitchell
2007-05-01 14:24:06 +00:00
parent 63b74515b9
commit 5cd41716d2
@@ -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.