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

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

public class LabelDirective
extends AbstractDirective

另请参见:
Label

字段摘要
 
从接口 org.apache.velocity.runtime.directive.DirectiveConstants 继承的字段
BLOCK, LINE
 
构造方法摘要
LabelDirective()
           
 
方法摘要
 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
 

构造方法详细信息

LabelDirective

public LabelDirective()
方法详细信息

getBeanName

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