Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.handler Classes and Interfaces - 24 results found.
NameDescriptionTypePackageFramework
AbstractDetectingUrlHandlerMappingAbstract implementation of the HandlerMappinginterface, detecting URL mappings for handler beans through introspection of allClassorg.springframework.web.servlet.handlerSpring MVC
AbstractHandlerExceptionResolverAbstract base class for HandlerExceptionResolver implementations.Classorg.springframework.web.servlet.handlerSpring MVC
AbstractHandlerMappingAbstract base class for HandlerMappingincluding handler interceptors mapped by path patterns.Classorg.springframework.web.servlet.handlerSpring MVC
AbstractHandlerMethodExceptionResolverAbstract base class forHandlerExceptionResolverClassorg.springframework.web.servlet.handlerSpring MVC
AbstractHandlerMethodMappingAbstract base class for HandlerMapping implementations that definea mapping between a request and a HandlerMethod.Classorg.springframework.web.servlet.handlerSpring MVC
AbstractUrlHandlerMappingAbstract base class for URL-mapped HandlerMappingURL lookup.Classorg.springframework.web.servlet.handlerSpring MVC
BeanNameUrlHandlerMappinginterface that map from URLs to beans with names that start with a slash (/),similar to how Struts maps URLs to action names.Classorg.springframework.web.servlet.handlerSpring MVC
ConversionServiceExposingInterceptorInterceptor that places the configured ConversionService in request scopeso it's available during request processing.Classorg.springframework.web.servlet.handlerSpring MVC
DispatcherServletWebRequestServletWebRequest subclass that is aware ofrequest context, such as the Locale determined by the configuredClassorg.springframework.web.servlet.handlerSpring MVC
HandlerAdapterMVC framework SPI, allowing parameterization of the core MVC workflow.Interfaceorg.springframework.web.servletSpring MVC
HandlerExceptionResolverInterface to be implemented by objects that can resolve exceptions thrown duringhandler mapping or execution, in the typical case to error views.Interfaceorg.springframework.web.servletSpring MVC
HandlerExceptionResolverCompositeA HandlerExceptionResolver that delegates to a list of other HandlerExceptionResolvers.Classorg.springframework.web.servlet.handlerSpring MVC
HandlerExecutionChainHandler execution chain, consisting of handler object and any handler interceptors.Classorg.springframework.web.servletSpring MVC
HandlerInterceptorWorkflow interface that allows for customized handler execution chains.Interfaceorg.springframework.web.servletSpring MVC
HandlerInterceptorAdapterAbstract adapter class for the HandlerInterceptor interface,for simplified implementation of pre-only/post-only interceptors.Classorg.springframework.web.servlet.handlerSpring MVC
HandlerMappingInterface to be implemented by objects that define a mapping betweenrequests and handler objects.Interfaceorg.springframework.web.servletSpring MVC
HandlerMethodMappingNamingStrategyA strategy for assigning a name to a handler method's mapping.Interfaceorg.springframework.web.servlet.handlerSpring MVC
MappedInterceptorContains and delegates calls to a HandlerInterceptor along withinclude (and optionally exclude) path patterns to which the interceptor should apply.Classorg.springframework.web.servlet.handlerSpring MVC
SimpleMappingExceptionResolverHandlerExceptionResolver implementationthat allows for mapping exception class names to view names, either for a set ofClassorg.springframework.web.servlet.handlerSpring MVC
SimpleServletHandlerAdapterAdapter to use the Servlet interface with the generic DispatcherServlet.Classorg.springframework.web.servlet.handlerSpring MVC
SimpleServletPostProcessorthat applies initialization and destruction callbacks to beans thatAfter initialization of the bean instance, the Servlet initClassorg.springframework.web.servlet.handlerSpring MVC
SimpleUrlHandlerMappinginterface to map from URLs to request handler beans.Classorg.springframework.web.servlet.handlerSpring MVC
UserRoleAuthorizationInterceptorInterceptor that checks the authorization of the current user via theuser's roles, as evaluated by HttpServletRequest's isUserInRole method.Classorg.springframework.web.servlet.handlerSpring MVC
WebRequestHandlerInterceptorAdapterAdapter that implements the Servlet HandlerInterceptor interfaceand wraps an underlying WebRequestInterceptor.Classorg.springframework.web.servlet.handlerSpring MVC