Liferay 6.1.2-ce-ga3

com.liferay.taglib.aui
Class ScriptTag

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
              extended by com.liferay.taglib.aui.base.BaseScriptTag
                  extended by com.liferay.taglib.aui.ScriptTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class ScriptTag
extends BaseScriptTag


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
ScriptTag()
           
 
Method Summary
protected  void cleanUp()
           
 int doEndTag()
           
 int doStartTag()
           
static void doTag(String position, String use, String bodyContentString, javax.servlet.jsp.tagext.BodyContent previousBodyContent, javax.servlet.jsp.PageContext pageContext)
           
static void flushScriptData(javax.servlet.jsp.PageContext pageContext)
           
 
Methods inherited from class com.liferay.taglib.aui.base.BaseScriptTag
getPage, getUse, setUse
 
Methods inherited from class com.liferay.taglib.util.PositionTagSupport
getPosition, getPositionValue, isPositionAuto, isPositionInLine, setPosition
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, release, setBodyContent, writeBodyContent
 
Methods inherited from class com.liferay.portal.kernel.servlet.taglib.TagSupport
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
getParent, release, setPageContext, setParent
 

Constructor Detail

ScriptTag

public ScriptTag()
Method Detail

doTag

public static void doTag(String position,
                         String use,
                         String bodyContentString,
                         javax.servlet.jsp.tagext.BodyContent previousBodyContent,
                         javax.servlet.jsp.PageContext pageContext)
                  throws Exception
Throws:
Exception

flushScriptData

public static void flushScriptData(javax.servlet.jsp.PageContext pageContext)
                            throws Exception
Throws:
Exception

doEndTag

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

doStartTag

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

cleanUp

protected void cleanUp()
Overrides:
cleanUp in class BaseScriptTag

Liferay 6.1.2-ce-ga3