org.onebusaway.presentation.impl.struts
Class MultiActionMapper

java.lang.Object
  extended by org.apache.struts2.dispatcher.mapper.DefaultActionMapper
      extended by org.onebusaway.presentation.impl.struts.MultiActionMapper
All Implemented Interfaces:
org.apache.struts2.dispatcher.mapper.ActionMapper

public class MultiActionMapper
extends org.apache.struts2.dispatcher.mapper.DefaultActionMapper


Field Summary
static String MAPPINGS
           
 
Fields inherited from class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
ACTION_PREFIX, allowDynamicMethodCalls, allowSlashesInActionNames, alwaysSelectFullNamespace, container, extensions, METHOD_PREFIX, prefixTrie, REDIRECT_ACTION_PREFIX, REDIRECT_PREFIX
 
Constructor Summary
MultiActionMapper()
           
 
Method Summary
 org.apache.struts2.dispatcher.mapper.ActionMapping getMapping(javax.servlet.http.HttpServletRequest request, com.opensymphony.xwork2.config.ConfigurationManager configManager)
          ActionMapper
 void setActionMappers(String list)
           
 
Methods inherited from class org.apache.struts2.dispatcher.mapper.DefaultActionMapper
addParameterAction, dropExtension, dropExtension, getDefaultExtension, getMappingFromActionName, getUri, getUriFromActionMapping, handleSpecialParameters, isSlashesInActionNames, parseActionName, parseNameAndNamespace, setAllowDynamicMethodCalls, setAlwaysSelectFullNamespace, setContainer, setExtensions, setSlashesInActionNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAPPINGS

public static final String MAPPINGS
See Also:
Constant Field Values
Constructor Detail

MultiActionMapper

public MultiActionMapper()
Method Detail

setActionMappers

public void setActionMappers(String list)

getMapping

public org.apache.struts2.dispatcher.mapper.ActionMapping getMapping(javax.servlet.http.HttpServletRequest request,
                                                                     com.opensymphony.xwork2.config.ConfigurationManager configManager)
ActionMapper

Specified by:
getMapping in interface org.apache.struts2.dispatcher.mapper.ActionMapper
Overrides:
getMapping in class org.apache.struts2.dispatcher.mapper.DefaultActionMapper


Copyright © 2012 OneBusAway. All Rights Reserved.