org.apache.struts2.views.velocity.components
类 FieldErrorDirective

java.lang.Object
  继承者 org.apache.velocity.runtime.directive.Directive
      继承者 org.apache.struts2.views.velocity.components.AbstractDirective
          继承者 org.apache.struts2.views.velocity.components.FieldErrorDirective
所有已实现的接口:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants

public class FieldErrorDirective
extends AbstractDirective

另请参见:
FieldError

字段摘要
 
从接口 org.apache.velocity.runtime.directive.DirectiveConstants 继承的字段
BLOCK, LINE
 
构造方法摘要
FieldErrorDirective()
           
 
方法摘要
 String getBeanName()
           
 
从类 org.apache.struts2.views.velocity.components.AbstractDirective 继承的方法
getName, getType, render
 
从类 org.apache.velocity.runtime.directive.Directive 继承的方法
getColumn, getLine, getTemplateName, init, setLocation, setLocation
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

FieldErrorDirective

public FieldErrorDirective()
方法详细信息

getBeanName

public String getBeanName()
指定者:
AbstractDirective 中的 getBeanName