Uses of Class
org.opencms.ui.apps.search.CmsSearchReplaceSettings
Packages that use CmsSearchReplaceSettings
-
Uses of CmsSearchReplaceSettings in org.opencms.ui.apps.search
Methods in org.opencms.ui.apps.search with parameters of type CmsSearchReplaceSettingsModifier and TypeMethodDescriptionstatic String
CmsSourceSearchApp.generateState
(CmsSearchReplaceSettings settings) Generates the state string for the given search settings.void
CmsSourceSearchForm.initFormValues
(CmsSearchReplaceSettings settings) Initializes the form with the given settings.protected void
CmsSourceSearchApp.search
(CmsSearchReplaceSettings settings, boolean updateState) Executes the search.Constructors in org.opencms.ui.apps.search with parameters of type CmsSearchReplaceSettingsModifierConstructorDescriptionCmsSearchReplaceThread
(javax.servlet.http.HttpSession session, CmsObject cms, CmsSearchReplaceSettings settings) Creates a replace html tag Thread.CmsSearchReplaceThread
(javax.servlet.http.HttpSession session, CmsObject cms, CmsSearchReplaceSettings settings, I_CmsReport report) Creates a replace html tag Thread.