Package com.jalios.jcms.taglib
Class JavaScriptTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- com.jalios.jcms.taglib.JavaScriptTag
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.jsp.tagext.BodyTag
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class JavaScriptTag extends javax.servlet.jsp.tagext.BodyTagSupport
Allows javascript code to be captured and added at proper place.
For performance reason and ajax compatibility, code is added :- at end of page for normal case (through doEmptyFooter.jsp)
- at html fragment for ajax request (through doAjaxFooter.jspf)
- Since:
- jcms-6.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JavaScriptTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doAfterBody()
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
-
-