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

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

public class DivDirective
extends AbstractDirective

另请参见:
Div

字段摘要
 
从接口 org.apache.velocity.runtime.directive.DirectiveConstants 继承的字段
BLOCK, LINE
 
构造方法摘要
DivDirective()
           
 
方法摘要
 String getBeanName()
           
 int getType()
          All components, unless otherwise stated, are LINE-level directives.
 
从类 org.apache.struts2.views.velocity.components.AbstractDirective 继承的方法
getName, 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
 

构造方法详细信息

DivDirective

public DivDirective()
方法详细信息

getBeanName

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

getType

public int getType()
从类 AbstractDirective 复制的描述
All components, unless otherwise stated, are LINE-level directives.

覆盖:
AbstractDirective 中的 getType