Uses of Package
org.apache.struts2.dispatcher.mapper

Packages that use org.apache.struts2.dispatcher.mapper
org.apache.struts2   
org.apache.struts2.components   
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.mapper   
org.apache.struts2.dispatcher.ng This package contains a reimagining of the traditional Struts filter dispatchers. 
org.apache.struts2.views.jsp Struts's JSP tag library. 
 

Classes in org.apache.struts2.dispatcher.mapper used by org.apache.struts2
ActionMapping
          Simple class that holds the action mapping information used to invoke a Struts action.
 

Classes in org.apache.struts2.dispatcher.mapper used by org.apache.struts2.components
ActionMapper
          The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa.
 

Classes in org.apache.struts2.dispatcher.mapper used by org.apache.struts2.dispatcher
ActionMapper
          The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa.
ActionMapping
          Simple class that holds the action mapping information used to invoke a Struts action.
 

Classes in org.apache.struts2.dispatcher.mapper used by org.apache.struts2.dispatcher.mapper
ActionMapper
          The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa.
ActionMapping
          Simple class that holds the action mapping information used to invoke a Struts action.
DefaultActionMapper
          

Default action mapper implementation, using the standard *.[ext] (where ext usually "action") pattern.

ParameterAction
          Defines a parameter action prefix.
 

Classes in org.apache.struts2.dispatcher.mapper used by org.apache.struts2.dispatcher.ng
ActionMapping
          Simple class that holds the action mapping information used to invoke a Struts action.
 

Classes in org.apache.struts2.dispatcher.mapper used by org.apache.struts2.views.jsp
ActionMapper
          The ActionMapper interface provides a mapping between HTTP requests and action invocation requests and vice-versa.
 



Copyright © 2000–2018 Apache Software Foundation. All rights reserved.