Package com.jalios.jcms.taglib
Class PanelBodyTag
- 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.PanelBodyTag
-
- 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:
AccordionPanelBodyTag
public class PanelBodyTag 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, REVISION
-
-
Constructor Summary
Constructors Constructor Description PanelBodyTag()
-
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, 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
-
-