Liferay 6.1.2-ce-ga3

com.liferay.taglib.util
Class PositionTagSupport

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.taglib.TagSupport
      extended by com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.PositionTagSupport
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
BaseScriptTag, OutputTag

public class PositionTagSupport
extends BaseBodyTagSupport
implements javax.servlet.jsp.tagext.BodyTag


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
bodyContent
 
Fields inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
PositionTagSupport()
           
 
Method Summary
protected  void cleanUp()
           
 String getPosition()
           
protected  String getPositionValue()
           
 boolean isPositionAuto()
           
 boolean isPositionInLine()
           
 void setPosition(String position)
           
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, doStartTag, getBodyContent, getBodyContentAsStringBundler, release, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
doEndTag, findAncestorWithClass, getParent, setPageContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 

Constructor Detail

PositionTagSupport

public PositionTagSupport()
Method Detail

getPosition

public String getPosition()

isPositionAuto

public boolean isPositionAuto()

isPositionInLine

public boolean isPositionInLine()

setPosition

public void setPosition(String position)

cleanUp

protected void cleanUp()

getPositionValue

protected String getPositionValue()

Liferay 6.1.2-ce-ga3