public class FormNavigatorTag extends IncludeTag
request, servletContext| Constructor and Description |
|---|
FormNavigatorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
protected java.lang.String |
getPage() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setBackURL(java.lang.String backURL) |
void |
setCategoryNames(java.lang.String[] categoryNames) |
void |
setCategorySections(java.lang.String[][] categorySections) |
void |
setDisplayStyle(java.lang.String displayStyle) |
void |
setFormName(java.lang.String formName) |
void |
setHtmlBottom(java.lang.String htmlBottom) |
void |
setHtmlTop(java.lang.String htmlTop) |
void |
setJspPath(java.lang.String jspPath) |
void |
setShowButtons(boolean showButtons) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, isCleanUpSetAttributes, isUseCustomPage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagpublic void setBackURL(java.lang.String backURL)
public void setCategoryNames(java.lang.String[] categoryNames)
public void setCategorySections(java.lang.String[][] categorySections)
public void setDisplayStyle(java.lang.String displayStyle)
public void setFormName(java.lang.String formName)
public void setHtmlBottom(java.lang.String htmlBottom)
public void setHtmlTop(java.lang.String htmlTop)
public void setJspPath(java.lang.String jspPath)
public void setShowButtons(boolean showButtons)
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