随笔-295  评论-26  文章-1  trackbacks-0
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 华梦行 阅读(239) 评论(0)  编辑  收藏 所属分类: Spring

只有注册用户登录后才能发表评论。


网站导航: