The Spring Framework

Uses of Interface
org.springframework.web.servlet.HandlerExceptionResolver

Packages that use HandlerExceptionResolver
org.springframework.web.servlet.handler Provides standard HandlerMapping implementations, including abstract base classes for custom implementations. 
 

Uses of HandlerExceptionResolver in org.springframework.web.servlet.handler
 

Classes in org.springframework.web.servlet.handler that implement HandlerExceptionResolver
 class SimpleMappingExceptionResolver
          HandlerExceptionResolver implementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.