public class SearchToggleTag extends IncludeTag
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
SearchToggleTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
java.lang.String |
getButtonLabel() |
DisplayTerms |
getDisplayTerms() |
protected java.lang.String |
getEndPage() |
java.lang.String |
getId() |
java.lang.String |
getMarkupView() |
protected java.lang.String |
getStartPage() |
boolean |
isAutoFocus() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setAutoFocus(boolean autoFocus) |
void |
setButtonLabel(java.lang.String buttonLabel) |
void |
setDisplayTerms(DisplayTerms displayTerms) |
void |
setId(java.lang.String id) |
void |
setMarkupView(java.lang.String markupView) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, getBodyContentWrapper, getCustomPage, getOriginalServletRequest, getPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsStringpublic java.lang.String getButtonLabel()
public DisplayTerms getDisplayTerms()
public java.lang.String getId()
public java.lang.String getMarkupView()
public boolean isAutoFocus()
public void setAutoFocus(boolean autoFocus)
public void setButtonLabel(java.lang.String buttonLabel)
public void setDisplayTerms(DisplayTerms displayTerms)
public void setId(java.lang.String id)
public void setMarkupView(java.lang.String markupView)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getEndPage()
getEndPage in class IncludeTagprotected java.lang.String getStartPage()
getStartPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class IncludeTag