Uses of Interface
org.apache.struts.dispatcher.MethodResolver
-
Uses of MethodResolver in org.apache.struts.dispatcher
Modifier and TypeClassDescriptionclass
This abstract class is the stock template for resolving methods for aDispatcher
.ModifierConstructorDescriptionAbstractDispatcher
(MethodResolver methodResolver) Constructs a new dispatcher with the specified method resolver.AbstractEventMappingDispatcher
(MethodResolver methodResolver) Constructs a new dispatcher with the specified method resolver.AbstractMappingDispatcher
(MethodResolver methodResolver) Constructs a new dispatcher with the specified method resolver.AbstractParameterDispatcher
(MethodResolver methodResolver) Constructs a new dispatcher with the specified method resolver. -
Uses of MethodResolver in org.apache.struts.dispatcher.servlet
Modifier and TypeClassDescriptionclass
This class helps resolve methods with servlet-based signatures.