Uses of Interface
org.apache.struts.dispatcher.MethodResolver
Packages that use MethodResolver
-
Uses of MethodResolver in org.apache.struts.dispatcher
Classes in org.apache.struts.dispatcher that implement MethodResolverModifier and TypeClassDescriptionclass
This abstract class is the stock template for resolving methods for aDispatcher
.Constructors in org.apache.struts.dispatcher with parameters of type MethodResolverModifierConstructorDescriptionAbstractDispatcher
(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
Classes in org.apache.struts.dispatcher.servlet that implement MethodResolverModifier and TypeClassDescriptionclass
This class helps resolve methods with servlet-based signatures.