-
public class BindStatus
- extends Object
Simple adapter to expose the bind status of a field or object. Set as a variable both by the JSP bind tag and Velocity/FreeMarker macros.
? 簡單的適配器獲取域或者是對象綁定狀態, 同樣適用于模板。
Obviously, object status representations (i.e. errors at the object level rather than the field level) do not have an expression and a value but only error codes and messages. For simplicity's sake and to be able to use the same tags and macros, the same status class is used for both scenarios.
顯然,對象的狀態表示(例如錯誤是對象級的而不是域級別的)沒有表達式或者值,而是只有錯誤碼和消息
Method Summary
|
?int
|
doEndTag
()
??????????? |
?void
|
doFinally
()
??????????? |
protected ?int
|
doStartTagInternal
()
??????????Called by doStartTag to perform the actual work. |
?PropertyEditor
|
getEditor
()
??????????Retrieve the PropertyEditor for the property that this tag is currently bound to. |
?Errors
|
getErrors
()
??????????Retrieve the Errors instance that this tag is currently bound to. |
?String
|
getPath
()
??????????Return the path that this tag applies to. |
?String
|
getProperty
()
??????????Retrieve the property that this tag is currently bound to, or null if bound to an object rather than a specific property. |
?boolean
|
isIgnoreNestedPath
()
??????????Return whether to ignore a nested path, if any. |
?void
|
setIgnoreNestedPath
(boolean?ignoreNestedPath)
??????????Set whether to ignore a nested path, if any. |
?void
|
setPath
(String?path)
??????????Set the path that this tag should apply. |
大盤預測
國富論
posted on 2007-09-11 11:00
華夢行 閱讀(248)
評論(0) 編輯 收藏 所屬分類:
Spring