public class CalendarTag extends IncludeTag
request, response, servletContextbodyContentpageContext| Constructor and Description |
|---|
CalendarTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
protected java.lang.String |
getPage() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setData(java.util.Set<java.lang.Integer> data) |
void |
setDay(int day) |
void |
setHeaderFormat(java.text.Format headerFormat) |
void |
setHeaderPattern(java.lang.String headerPattern) |
void |
setMonth(int month) |
void |
setShowAllPotentialWeeks(boolean showAllPotentialWeeks) |
void |
setYear(int year) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic void setData(java.util.Set<java.lang.Integer> data)
public void setDay(int day)
public void setHeaderFormat(java.text.Format headerFormat)
public void setHeaderPattern(java.lang.String headerPattern)
public void setMonth(int month)
public void setShowAllPotentialWeeks(boolean showAllPotentialWeeks)
public void setYear(int year)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag