Uses of Class
org.springframework.web.servlet.support.BindStatus

Packages that use BindStatus
org.springframework.web.servlet.support Support classes for Spring's web MVC framework. 
 

Uses of BindStatus in org.springframework.web.servlet.support
 

Methods in org.springframework.web.servlet.support that return BindStatus
 BindStatus RequestContext.getBindStatus(String path)
          Create a BindStatus for the given bind object, using the defaultHtmlEscape setting.
 BindStatus RequestContext.getBindStatus(String path, boolean htmlEscape)
          Create a BindStatus for the given bind object, using the defaultHtmlEscape setting.
 



Copyright (c) 2002-2007 The Spring Framework Project.