public class CmsTemplateMappingContentRewriter extends A_CmsReportThread
m_report
Modifier | Constructor and Description |
---|---|
protected |
CmsTemplateMappingContentRewriter(CmsObject cms,
CmsResource folder)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
checkConfiguredInModules()
Checks if template mapper is configured in modules.
|
static java.lang.String |
getConfiguredTemplateMapping()
Tries to read the path to the template mapping file from module parameters.
|
java.lang.String |
getReportUpdate()
Returns the part of the report that is ready for output.
|
void |
run() |
addError, getCms, getError, getErrors, getLastEntryTime, getLogChannel, getReport, getReportUpdate, getRuntime, getUUID, hasError, initHtmlReport, initOldHtmlReport, isDoomed
activeCount, 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, yield
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
start
protected CmsTemplateMappingContentRewriter(CmsObject cms, CmsResource folder) throws CmsException
cms
- the CMS contextfolder
- the folder to processCmsException
- if something goes wrongpublic static boolean checkConfiguredInModules()
public static java.lang.String getConfiguredTemplateMapping()
public java.lang.String getReportUpdate()
A_CmsReportThread
getReportUpdate
in class A_CmsReportThread
A_CmsReportThread.getReportUpdate()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
Thread.run()