public class CmsSearchReplaceThread extends A_CmsReportThread
m_report| 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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsResource> |
getMatchedResources()
Returns the matched resources.
|
java.lang.String |
getReportUpdate()
Returns the part of the report that is ready for output.
|
void |
run() |
protected void |
searchAndReplace(java.util.List<CmsResource> resources)
Search the resources.
|
addError, getCms, getError, getErrors, getLastEntryTime, getLogChannel, getReport, getReportUpdate, getRuntime, getUUID, hasError, initHtmlReport, initOldHtmlReport, isDoomedactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitstartpublic CmsSearchReplaceThread(javax.servlet.http.HttpSession session, CmsObject cms, CmsSearchReplaceSettings settings)
session - the current sessioncms - the current cms objectsettings - the settings needed to perform the operation.public CmsSearchReplaceThread(javax.servlet.http.HttpSession session, CmsObject cms, CmsSearchReplaceSettings settings, I_CmsReport report)
session - the current sessioncms - the current cms objectsettings - the settings needed to perform the operation.public java.util.List<CmsResource> getMatchedResources()
public java.lang.String getReportUpdate()
A_CmsReportThreadgetReportUpdate in class A_CmsReportThreadA_CmsReportThread.getReportUpdate()public void run()
run in interface java.lang.Runnablerun in class java.lang.ThreadRunnable.run()protected void searchAndReplace(java.util.List<CmsResource> resources)
resources - the relevant resources