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.String
getBufferName()
protected java.lang.String
getPanelContentResource()
-
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:
getPanelContentResource
in classPanelContentTag
-
getBufferName
protected java.lang.String getBufferName()
- Specified by:
getBufferName
in classPanelContentTag
-
-