Class CmsSearchToolHandler
java.lang.Object
org.opencms.workplace.tools.A_CmsToolHandler
org.opencms.workplace.tools.searchindex.CmsSearchToolHandler
- All Implemented Interfaces:
org.opencms.workplace.tools.I_CmsToolHandler
Search management tool handler that hides the tools if the current user
has not the needed privileges.
- Since:
- 6.0.0
-
Field Summary
Fields inherited from class org.opencms.workplace.tools.A_CmsToolHandler
ARG_PARAM_NAME, ARG_PATH_NAME, ARGS_PROPERTY_DEFINITION, ARGUMENT_SEPARATOR, DEFAULT_DISABLED_HELPTEXT, VALUE_SEPARATOR
-
Constructor Summary
-
Method Summary
Methods inherited from class org.opencms.workplace.tools.A_CmsToolHandler
getConfirmationMessage, getDisabledHelpText, getGroup, getHelpText, getIconPath, getLink, getName, getParameters, getPath, getPosition, getShortName, getSmallIconPath, setConfirmationMessage, setDisabledHelpText, setGroup, setHelpText, setIconPath, setLink, setLink, setName, setParameters, setParameterString, setPath, setPosition, setShortName, setSmallIconPath, setup, toString
-
Constructor Details
-
CmsSearchToolHandler
public CmsSearchToolHandler()
-
-
Method Details
-
isEnabled
- See Also:
-
I_CmsToolHandler.isEnabled(org.opencms.file.CmsObject)
-
isEnabled
- Specified by:
isEnabled
in interfaceorg.opencms.workplace.tools.I_CmsToolHandler
- Overrides:
isEnabled
in classorg.opencms.workplace.tools.A_CmsToolHandler
- See Also:
-
A_CmsToolHandler.isEnabled(org.opencms.workplace.CmsWorkplace)
-
isVisible
- Specified by:
isVisible
in interfaceorg.opencms.workplace.tools.I_CmsToolHandler
- Overrides:
isVisible
in classorg.opencms.workplace.tools.A_CmsToolHandler
- See Also:
-
A_CmsToolHandler.isVisible(org.opencms.workplace.CmsWorkplace)
-
isVisible
- See Also:
-
I_CmsToolHandler.isVisible(org.opencms.file.CmsObject)
-