Package com.jalios.jcms.taglib
Class PanelFooterTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- com.jalios.jcms.taglib.IncludeTag
-
- com.jalios.jcms.taglib.PanelContentTag
-
- com.jalios.jcms.taglib.PanelFooterTag
-
- 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
- Direct Known Subclasses:
AccordionPanelFooterTag
public class PanelFooterTag extends PanelContentTag
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.taglib.IncludeTag
INCLUDE_BODY, INCLUDE_CONTEXT, JCMS_RESOURCE_INCLUDE_PREFIX_PROP
-
-
Constructor Summary
Constructors Constructor Description PanelFooterTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetBufferName()protected java.lang.StringgetPanelContentResource()-
Methods inherited from class com.jalios.jcms.taglib.PanelContentTag
clean, doAfterBody, doEndTag, doStartTag, getCss, getStyle, include, setContext, setCss, setStyle
-
Methods inherited from class com.jalios.jcms.taglib.IncludeTag
doBeforeBody, doInitBody, getClazz, getFile, getId, getIncludeBoolean, getIncludeObject, getIncludeString, getJsp, getPub, getResource, getTarget, getTargetContext, getUsage, include, notRecusiveInclude, printErrorMessage, setClazz, setFile, setId, setIncludeString, setJsp, setPub, setResource, setTarget, setTargetContext, setUsage, skipInclude
-
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
getBodyContent, getPreviousOut, release, setBodyContent
-
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
-
-
-
-
Method Detail
-
getPanelContentResource
protected java.lang.String getPanelContentResource()
- Specified by:
getPanelContentResourcein classPanelContentTag
-
getBufferName
protected java.lang.String getBufferName()
- Specified by:
getBufferNamein classPanelContentTag
-
-