public class FormNavigatorTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
FormNavigatorTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
protected java.lang.String[] |
getCategoryKeys() |
protected java.lang.String[] |
getCategoryLabels() |
protected java.lang.String[][] |
getCategorySectionKeys() |
protected java.lang.String[][] |
getCategorySectionLabels() |
protected java.lang.String[] |
getDeprecatedCategorySections() |
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)
Deprecated.
As of 7.0.0
|
void |
setCategorySections(java.lang.String[][] categorySections)
Deprecated.
As of 7.0.0
|
void |
setDisplayStyle(java.lang.String displayStyle) |
void |
setFormModelBean(java.lang.Object formModelBean) |
void |
setFormName(java.lang.String formName) |
void |
setHtmlBottom(java.lang.String htmlBottom) |
void |
setHtmlTop(java.lang.String htmlTop) |
void |
setId(java.lang.String id) |
void |
setJspPath(java.lang.String jspPath)
Deprecated.
As of 7.0.0
|
void |
setShowButtons(boolean showButtons) |
callSetAttributes, cleanUpSetAttributes, doEndTag, doInclude, doIncludeTheme, 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, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentpublic int doStartTag()
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagpublic void setBackURL(java.lang.String backURL)
@Deprecated public void setCategoryNames(java.lang.String[] categoryNames)
@Deprecated public void setCategorySections(java.lang.String[][] categorySections)
public void setDisplayStyle(java.lang.String displayStyle)
public void setFormModelBean(java.lang.Object formModelBean)
public void setFormName(java.lang.String formName)
public void setHtmlBottom(java.lang.String htmlBottom)
public void setHtmlTop(java.lang.String htmlTop)
public void setId(java.lang.String id)
@Deprecated public void setJspPath(java.lang.String jspPath)
public void setShowButtons(boolean showButtons)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String[] getCategoryKeys()
protected java.lang.String[] getCategoryLabels()
protected java.lang.String[][] getCategorySectionKeys()
protected java.lang.String[][] getCategorySectionLabels()
protected java.lang.String[] getDeprecatedCategorySections()
protected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag