public abstract class BaseTag extends java.lang.Object implements Tag
Tag interface implementation| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected TagContext |
tagContext |
| Constructor and Description |
|---|
BaseTag() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
TagContext |
getTagContext() |
void |
init(TagContext context)
This method is invoked after all tag attributes are set
|
java.lang.String |
toString() |
protected java.lang.String name
protected TagContext tagContext
public java.lang.String toString()
toString in class java.lang.Objectpublic void init(TagContext context)
Tagpublic TagContext getTagContext()
getTagContext in interface TagTagContext for this tagCopyright © 2005-2014 jXLS Team. All Rights Reserved.