|
The Spring Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||