org.apache.struts2.dispatcher.mapper
Class Restful2ActionMapper
java.lang.Object
org.apache.struts2.dispatcher.mapper.DefaultActionMapper
org.apache.struts2.dispatcher.mapper.Restful2ActionMapper
- All Implemented Interfaces:
- ActionMapper
public class Restful2ActionMapper
- extends DefaultActionMapper
Extended version of RestfulActionMapper
, see documentation for more details
http://struts.apache.org/2.x/docs/restfulactionmapper.html
Methods inherited from class org.apache.struts2.dispatcher.mapper.DefaultActionMapper |
addParameterAction, cleanupActionName, dropExtension, dropExtension, getDefaultExtension, getMappingFromActionName, getUriFromActionMapping, handleDynamicMethod, handleExtension, handleName, handleNamespace, handleParams, handleSpecialParameters, isSlashesInActionNames, lookupExtension, parseActionName, parseNameAndNamespace, setAllowActionCrossNamespaceAccess, setAllowActionPrefix, setAllowDynamicMethodCalls, setAllowedActionNames, setAlwaysSelectFullNamespace, setContainer, setExtensions, setSlashesInActionNames |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final Logger LOG
HTTP_METHOD_PARAM
public static final String HTTP_METHOD_PARAM
- See Also:
- Constant Field Values
Restful2ActionMapper
public Restful2ActionMapper()
getMapping
public ActionMapping getMapping(javax.servlet.http.HttpServletRequest request,
ConfigurationManager configManager)
- Description copied from interface:
ActionMapper
- Expose the ActionMapping for the current request
- Specified by:
getMapping
in interface ActionMapper
- Overrides:
getMapping
in class DefaultActionMapper
- Parameters:
request
- The servlet requestconfigManager
- The current configuration manager
- Returns:
- The appropriate action mapping or null if mapping cannot be determined
isGet
protected boolean isGet(javax.servlet.http.HttpServletRequest request)
isPost
protected boolean isPost(javax.servlet.http.HttpServletRequest request)
isPut
protected boolean isPut(javax.servlet.http.HttpServletRequest request)
isDelete
protected boolean isDelete(javax.servlet.http.HttpServletRequest request)
getIdParameterName
public String getIdParameterName()
setIdParameterName
public void setIdParameterName(String idParameterName)
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.