| Package | Description |
|---|---|
| org.opencms.ui.apps.search |
Contains classes of the source search app.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.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.
|
| Constructor and Description |
|---|
CmsSearchReplaceThread(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.
|