Liferay 6.2-ce-ga5

com.liferay.taglib.aui
Class ToolTagImpl

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by com.liferay.taglib.aui.base.BaseToolTagImpl
          extended by com.liferay.taglib.aui.ToolTagImpl
All Implemented Interfaces:
ToolTag, Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ToolTagImpl
extends BaseToolTagImpl
implements ToolTag

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ToolTagImpl()
           
 
Method Summary
 void cleanUp()
           
 int doStartTag()
           
 
Methods inherited from class com.liferay.taglib.aui.base.BaseToolTagImpl
getHandler, getIcon, getId, getPage, setHandler, setIcon, setId
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.servlet.taglib.aui.ToolTag
getHandler, getIcon, getId
 

Constructor Detail

ToolTagImpl

public ToolTagImpl()
Method Detail

cleanUp

public void cleanUp()
Specified by:
cleanUp in interface ToolTag
Overrides:
cleanUp in class BaseToolTagImpl

doStartTag

public int doStartTag()
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class BaseToolTagImpl

Liferay 6.2-ce-ga5