net.sf.jxls.tag
Class BaseTag
java.lang.Object
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
| 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 |
name
protected java.lang.String name
tagContext
protected TagContext tagContext
BaseTag
public BaseTag()
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.