net.sf.jxls.tag
Class BaseTag

java.lang.Object
  extended by net.sf.jxls.tag.BaseTag
All Implemented Interfaces:
Tag
Direct Known Subclasses:
ForEachTag, IfTag, OutlineTag, OutTag, SQLTag

public abstract class BaseTag
extends java.lang.Object
implements Tag

Base class for Tag interface implementation

Author:
Leonid Vysochyn

Field Summary
protected  java.lang.String name
           
protected  TagContext tagContext
           
 
Constructor Summary
BaseTag()
           
 
Method Summary
 java.lang.String getName()
           
 TagContext getTagContext()
           
 void init(TagContext context)
          This method is invoked after all tag attributes are set
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.jxls.tag.Tag
process
 

Field Detail

name

protected java.lang.String name

tagContext

protected TagContext tagContext
Constructor Detail

BaseTag

public BaseTag()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Tag
Returns:
tag name

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

init

public void init(TagContext context)
Description copied from interface: Tag
This method is invoked after all tag attributes are set

Specified by:
init in interface Tag

getTagContext

public TagContext getTagContext()
Specified by:
getTagContext in interface Tag
Returns:
TagContext for this tag


Copyright © 2005-2013 jXLS Team. All Rights Reserved.