com.opensymphony.webwork.views.velocity
Class TagDirective

java.lang.Object
  extended byorg.apache.velocity.runtime.directive.Directive
      extended bycom.opensymphony.webwork.views.velocity.AbstractTagDirective
          extended bycom.opensymphony.webwork.views.velocity.TagDirective
All Implemented Interfaces:
Cloneable, org.apache.velocity.runtime.directive.DirectiveConstants

public class TagDirective
extends AbstractTagDirective

Version:
$Id: TagDirective.java,v 1.3 2004/06/18 19:30:12 plightbo Exp $
Author:
Matt Ho <matt@indigoegg.com>

Field Summary
 
Fields inherited from class com.opensymphony.webwork.views.velocity.AbstractTagDirective
log, tagclassMap, VELOCITY_WRITER
 
Fields inherited from class org.apache.velocity.runtime.directive.Directive
rsvc
 
Fields inherited from interface org.apache.velocity.runtime.directive.DirectiveConstants
BLOCK, LINE
 
Constructor Summary
TagDirective()
           
 
Method Summary
 String getName()
           
 int getType()
           
 
Methods inherited from class com.opensymphony.webwork.views.velocity.AbstractTagDirective
createObject, createPropertyMap, findTagInPath, getTagPath, processTag, putProperty, render
 
Methods inherited from class org.apache.velocity.runtime.directive.Directive
getColumn, getLine, init, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagDirective

public TagDirective()
Method Detail

getName

public String getName()

getType

public int getType()

WebWork Project Page