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.BodyTagSupportAllows 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 SummaryConstructors Constructor Description JavaScriptTag()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intdoAfterBody()- 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupportdoEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 - 
Methods inherited from class javax.servlet.jsp.tagext.TagSupportfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
- 
 
-