public class RestfulActionMapper extends Object implements ActionMapper
| Constructor and Description |
|---|
RestfulActionMapper() |
| Modifier and Type | Method and Description |
|---|---|
ActionMapping |
getMapping(javax.servlet.http.HttpServletRequest request,
ConfigurationManager configManager)
Expose the ActionMapping for the current request
|
ActionMapping |
getMappingFromActionName(String actionName)
Expose the ActionMapping for the specified action name
|
String |
getUriFromActionMapping(ActionMapping mapping)
Convert an ActionMapping into a URI string
|
protected static final Logger LOG
public ActionMapping getMapping(javax.servlet.http.HttpServletRequest request, ConfigurationManager configManager)
ActionMappergetMapping in interface ActionMapperrequest - The servlet requestconfigManager - The current configuration managerpublic ActionMapping getMappingFromActionName(String actionName)
ActionMappergetMappingFromActionName in interface ActionMapperactionName - The name of the action that may have other information embedded in itpublic String getUriFromActionMapping(ActionMapping mapping)
ActionMappergetUriFromActionMapping in interface ActionMappermapping - The action mappingCopyright © 2000-2014 Apache Software Foundation. All Rights Reserved.