|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
com.ibm.btt.dojo.tag.AbstractTag
com.ibm.btt.dojo.tag.AbstractBodyTag
public abstract class AbstractBodyTag
Field Summary |
---|
Fields inherited from class com.ibm.btt.dojo.tag.AbstractTag |
---|
attributes, dataName, log |
Constructor Summary | |
---|---|
AbstractBodyTag()
|
Method Summary | |
---|---|
protected void |
afterGenerateStartTag(java.lang.StringBuffer buffer,
java.util.Map<java.lang.String,java.lang.String> attributes)
This method is used for the subclass to inject the code after generating the start tag |
void |
doTag()
print the attributes and the tag body |
Methods inherited from class com.ibm.btt.dojo.tag.AbstractTag |
---|
afterGenerateTag, beforeGenerateTag, generateAttributes, generateEndTag, generateStartTag, getDataName, getJspContextServices, getNLSMessage, getResourceBundle, getSingleFieldTypeImplClass, getSingleFieldTypeParams, getStringValue, getStringValue, getTagName, getTypeByImplClass, getUserLocale, initAttributes, isEmpty, setDataName, setDynamicAttribute, write |
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
---|
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractBodyTag()
Method Detail |
---|
public void doTag() throws javax.servlet.jsp.JspException
doTag
in interface javax.servlet.jsp.tagext.SimpleTag
doTag
in class javax.servlet.jsp.tagext.SimpleTagSupport
javax.servlet.jsp.JspException
protected void afterGenerateStartTag(java.lang.StringBuffer buffer, java.util.Map<java.lang.String,java.lang.String> attributes)
buffer
- the buffer used to append the generated codeattributes
- the tag attributes
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |