Package com.jalios.jcms.taglib
Class MemberTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- javax.servlet.jsp.tagext.BodyTagSupport
-
- com.jalios.jcms.taglib.IncludeTag
-
- com.jalios.jcms.taglib.MemberPhotoTag
-
- com.jalios.jcms.taglib.MemberTag
-
- 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 MemberTag extends MemberPhotoTag
Tag used to display the Member photo- Since:
- jcms-10.0.8
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.taglib.MemberPhotoTag
size
-
Fields inherited from class com.jalios.jcms.taglib.IncludeTag
INCLUDE_BODY, INCLUDE_CONTEXT, JCMS_RESOURCE_INCLUDE_PREFIX_PROP
-
-
Constructor Summary
Constructors Constructor Description MemberTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doStartTag()
void
setPhotoSize(PhotoSize size)
-
Methods inherited from class com.jalios.jcms.taglib.MemberPhotoTag
clean, getAlt, getCss, getHeight, getHtmlAttributes, getLinkData, getLinkHtmlAttributes, getMember, getWidth, isLink, isShowStatus, setAddFullNameAsAlt, setAlt, setContext, setCss, setDisplayName, setFocusable, setHeight, setHtmlAttributes, setLink, setLinkCss, setLinkData, setLinkHtmlAttributes, setMember, setShowStatus, setSize, setSizeProperty, setWidth
-
Methods inherited from class com.jalios.jcms.taglib.IncludeTag
doAfterBody, doBeforeBody, doEndTag, doInitBody, getClazz, getFile, getId, getIncludeBoolean, getIncludeObject, getIncludeString, getJsp, getPub, getResource, getTarget, getTargetContext, getUsage, include, 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
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classMemberPhotoTag
- Throws:
javax.servlet.jsp.JspException
-
setPhotoSize
public void setPhotoSize(PhotoSize size)
-
-