The Spring Framework

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. 
org.springframework.web.servlet.tags.form Spring's form tag library for JSP 1.2+. 
 

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.
 

Uses of BindStatus in org.springframework.web.servlet.tags.form
 

Methods in org.springframework.web.servlet.tags.form that return BindStatus
protected  BindStatus OptionTag.getBindStatus()
           
protected  BindStatus AbstractDataBoundFormElementTag.getBindStatus()
          Gets the BindStatus for this tag.
 

Methods in org.springframework.web.servlet.tags.form with parameters of type BindStatus
static boolean SelectedValueComparator.isSelected(BindStatus bindStatus, Object candidateValue)
          Returns true if the supplied candidate value is equal to the value bound to the supplied BindStatus.
 

Constructors in org.springframework.web.servlet.tags.form with parameters of type BindStatus
OptionWriter(Object optionSource, BindStatus bindStatus, String valueProperty, String labelProperty, boolean htmlEscape)
          Creates a new OptionWriter for the supplied objectSource.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.