Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.web.servlet.mvc.support Classes and Interfaces - 6 results found.
NameDescriptionTypePackageFramework
AbstractControllerUrlHandlerMappingBase class for HandlerMapping implementationsthat derive URL paths according to conventions for specific controller types.Classorg.springframework.web.servlet.mvc.supportSpring MVC
ControllerBeanNameHandlerMappingfollows a simple convention for generating URL path mappings from the bean namesof registered Controller beansClassorg.springframework.web.servlet.mvc.supportSpring MVC
ControllerClassNameHandlerMappingfollows a simple convention for generating URL path mappings from the class namesof registered Controller beansClassorg.springframework.web.servlet.mvc.supportSpring MVC
DefaultHandlerExceptionResolverDefault implementation of the HandlerExceptionResolver interface that resolves standard Spring exceptions and translatesthem to corresponding HTTP status codes.Classorg.springframework.web.servlet.mvc.supportSpring MVC
RedirectAttributesA specialization of the Model interface that controllers can use toselect attributes for a redirect scenario.Interfaceorg.springframework.web.servlet.mvc.supportSpring MVC
RedirectAttributesModelMapA ModelMap implementation of RedirectAttributes that formatsvalues as Strings using a DataBinder.Classorg.springframework.web.servlet.mvc.supportSpring MVC