Liferay 7.0-ce-b4

com.liferay.taglib.aui.base
Class BaseSpacerTag

java.lang.Object
  extended by com.liferay.taglib.TagSupport
      extended by com.liferay.taglib.aui.base.BaseSpacerTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public abstract class BaseSpacerTag
extends TagSupport

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
 
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
BaseSpacerTag()
           
 
Method Summary
protected  void cleanUp()
           
 int doStartTag()
           
protected  String getPage()
           
 
Methods inherited from class com.liferay.taglib.TagSupport
doEndTag, findAncestorWithClass, getParent, release, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSpacerTag

public BaseSpacerTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagSupport
Throws:
javax.servlet.jsp.JspException

cleanUp

protected void cleanUp()

getPage

protected String getPage()

Liferay 7.0-ce-b4