Class and Description |
---|
org.springframework.js.resource.ResourceServlet
Deprecated in favor of the new resource handling mechanism available in Spring 3.0.4. See the
documentation on the custom mvc namespace, specifically the new resources element.
|
Method and Description |
---|
org.springframework.binding.convert.service.GenericConversionService.addConverter(String, Converter)
use
GenericConversionService.addConverter(Converter) instead or better yet use Spring 3 type conversion and
formatting options (see Spring Documentation). |
org.springframework.faces.ui.DelegatingViewRoot.getValueBinding(String) |
org.springframework.faces.ui.DelegatingViewRoot.setValueBinding(String, ValueBinding) |