Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C G H I L M P S T W

A

A_CmsLauncher - class com.opencms.launcher.A_CmsLauncher.
Abstract OpenCms launcher class.
A_CmsLauncher() - Constructor for class com.opencms.launcher.A_CmsLauncher
 

C

C_DEBUG - Static variable in class com.opencms.launcher.A_CmsLauncher
Boolean for additional debug output control
C_ELEMENT_REPLACE - Static variable in class com.opencms.launcher.CmsXmlLauncher
Magic elemet replace name
C_EXPORTED_LINKHTML_01 - Static variable in class com.opencms.launcher.CmsLinkLauncher
The html-code for returning the export file for external links
C_EXPORTED_LINKHTML_02 - Static variable in class com.opencms.launcher.CmsLinkLauncher
 
C_TYPE_DUMP - Static variable in interface com.opencms.launcher.I_CmsLauncher
Constants used as launcher IDs
C_TYPE_JAVASCRIPT - Static variable in interface com.opencms.launcher.I_CmsLauncher
 
C_TYPE_JSP - Static variable in interface com.opencms.launcher.I_CmsLauncher
 
C_TYPE_LINK - Static variable in interface com.opencms.launcher.I_CmsLauncher
 
C_TYPE_PDF - Static variable in interface com.opencms.launcher.I_CmsLauncher
 
C_TYPE_VELOCITY - Static variable in interface com.opencms.launcher.I_CmsLauncher
 
C_TYPE_XML - Static variable in interface com.opencms.launcher.I_CmsLauncher
 
CmsDumpLauncher - class com.opencms.launcher.CmsDumpLauncher.
OpenCms launcher class for starting template classes implementing the I_CmsDumpTemplate interface.
CmsDumpLauncher() - Constructor for class com.opencms.launcher.CmsDumpLauncher
 
CmsJavascriptLauncher - class com.opencms.launcher.CmsJavascriptLauncher.
Document the purpose of this class.
CmsJavascriptLauncher() - Constructor for class com.opencms.launcher.CmsJavascriptLauncher
 
CmsLauncherManager - class com.opencms.launcher.CmsLauncherManager.
Collects all available lauchners at startup and provides a method for looking up the appropriate launcher class for a given launcher id.
CmsLauncherManager(OpenCms) - Constructor for class com.opencms.launcher.CmsLauncherManager
Constructor for building a new launcher manager.
CmsLinkLauncher - class com.opencms.launcher.CmsLinkLauncher.
OpenCms launcher class for starting template classes implementing the I_CmsDumpTemplate interface.
CmsLinkLauncher() - Constructor for class com.opencms.launcher.CmsLinkLauncher
 
CmsTemplateCache - class com.opencms.launcher.CmsTemplateCache.
 
CmsTemplateCache() - Constructor for class com.opencms.launcher.CmsTemplateCache
Default constructor to create a template cache
CmsXmlLauncher - class com.opencms.launcher.CmsXmlLauncher.
OpenCms launcher class for XML templates.
CmsXmlLauncher() - Constructor for class com.opencms.launcher.CmsXmlLauncher
 
callCanonicalRoot(CmsObject, I_CmsTemplate, CmsFile, Hashtable) - Method in class com.opencms.launcher.A_CmsLauncher
Utility method used by the launcher implementation to give control to the CanonicalRoot.
clearCache() - Method in class com.opencms.launcher.A_CmsLauncher
Method for clearing this launchers template cache.
clearCache() - Method in class com.opencms.launcher.CmsTemplateCache
Deletes all documents from the template cache.
clearCache(Object) - Method in class com.opencms.launcher.CmsTemplateCache
Deletes the document with the given key from the template cache.
clearCache() - Method in interface com.opencms.launcher.I_CmsLauncher
 
clearCache() - Method in interface com.opencms.launcher.I_CmsTemplateCache
Deletes all documents from the template cache.
clearCache(Object) - Method in interface com.opencms.launcher.I_CmsTemplateCache
Deletes the document with the given key from the template cache.
clearCaches() - Method in class com.opencms.launcher.CmsLauncherManager
Clears all launchercaches.
clearLauncherCache(CmsObject, boolean, boolean) - Static method in class com.opencms.launcher.A_CmsLauncher
Compatibility method to ensure the legacy cache command line parameters are still supported.
clearLauncherCache(CmsObject) - Static method in class com.opencms.launcher.A_CmsLauncher
Clear the XML template cache that is maintained in the launcher.
com.opencms.launcher - package com.opencms.launcher
 

G

generateOutput(CmsObject, CmsFile, String, I_CmsRequest) - Method in class com.opencms.launcher.CmsXmlLauncher
Starts generating the output.
get(Object) - Method in class com.opencms.launcher.CmsTemplateCache
Gets a previously cached template with the given key.
get(Object) - Method in interface com.opencms.launcher.I_CmsTemplateCache
Gets a previously cached template with the given key.
getClassName() - Method in class com.opencms.launcher.A_CmsLauncher
Gets the name of the class in the form "[ClassName] " This can be used for error logging purposes.
getKnownLaunchers() - Method in class com.opencms.launcher.CmsLauncherManager
Returns the known launchers configured in the registry, used to look up all available launchers.
getLauncher(int) - Method in class com.opencms.launcher.CmsLauncherManager
Looks up the appropriate launcher class instance for the given launcher id in the internal hashtable.
getLauncherId() - Method in class com.opencms.launcher.A_CmsLauncher
Gets the ID that indicates the type of the launcher.
getLauncherId() - Method in class com.opencms.launcher.CmsDumpLauncher
Gets the ID that indicates the type of the launcher.
getLauncherId() - Method in class com.opencms.launcher.CmsJavascriptLauncher
Gets the ID that indicates the type of the launcher.
getLauncherId() - Method in class com.opencms.launcher.CmsLinkLauncher
Gets the ID that indicates the type of the launcher.
getLauncherId() - Method in class com.opencms.launcher.CmsXmlLauncher
Gets the ID that indicates the type of the launcher.
getLauncherId() - Method in interface com.opencms.launcher.I_CmsLauncher
Gets the ID that indicates the type of the launcher.
getLauncherPackage() - Method in class com.opencms.launcher.CmsLauncherManager
Gets the name of the own package.
getTemplateCache() - Static method in class com.opencms.launcher.A_CmsLauncher
Gets a reference to the global template cache
getTemplateClass(CmsObject, String) - Method in class com.opencms.launcher.A_CmsLauncher
Calls the CmsClassManager to get an instance of the given template class.

H

handleException(CmsObject, Exception, String) - Method in class com.opencms.launcher.A_CmsLauncher
Utility method to handle any occurence of an execption.
has(Object) - Method in class com.opencms.launcher.CmsTemplateCache
Checks if there exists a cached template content for a given key.
has(Object) - Method in interface com.opencms.launcher.I_CmsTemplateCache
Checks if there exists a cached template content for a given key.

I

I_CmsLauncher - interface com.opencms.launcher.I_CmsLauncher.
Common interface for OpenCms launchers.
I_CmsTemplateCache - interface com.opencms.launcher.I_CmsTemplateCache.
Common interface for the OpenCms template cache.
initlaunch(CmsObject, CmsFile, String, A_OpenCms) - Method in class com.opencms.launcher.A_CmsLauncher
Start method called by the OpenCms system to show a resource.
initlaunch(CmsObject, CmsFile, String, A_OpenCms) - Method in interface com.opencms.launcher.I_CmsLauncher
Start launch method called by the OpenCms system to show a resource

L

launch(CmsObject, CmsFile, String, A_OpenCms) - Method in class com.opencms.launcher.A_CmsLauncher
Unitary method to start generating the output.
launch(CmsObject, CmsFile, String, A_OpenCms) - Method in class com.opencms.launcher.CmsDumpLauncher
Unitary method to start generating the output.
launch(CmsObject, CmsFile, String, A_OpenCms) - Method in class com.opencms.launcher.CmsJavascriptLauncher
Unitary method to start generating the output.
launch(CmsObject, CmsFile, String, A_OpenCms) - Method in class com.opencms.launcher.CmsLinkLauncher
Unitary method to start generating the output.
launch(CmsObject, CmsFile, String, A_OpenCms) - Method in class com.opencms.launcher.CmsXmlLauncher
Unitary method to start generating the output.
launchers - Variable in class com.opencms.launcher.CmsLauncherManager
Hashtable to store instances of all launchers.
loadMasterTemplateFile(CmsObject, String, CmsXmlControlFile) - Method in class com.opencms.launcher.CmsXmlLauncher
Internal utility method for checking and loading a given template file.

M

m_lastFsCounterFile - Static variable in class com.opencms.launcher.A_CmsLauncher
Value of the filesystem counter, when the last XML file clear cache was done.
m_lastFsCounterTemplate - Static variable in class com.opencms.launcher.A_CmsLauncher
Value of the filesystem counter, when the last template clear cache was done.
m_openCms - Variable in class com.opencms.launcher.CmsLinkLauncher
The currently running OpenCms instance.
m_templateCache - Static variable in class com.opencms.launcher.A_CmsLauncher
The template cache that holds all cached templates

P

put(Object, byte[]) - Method in class com.opencms.launcher.CmsTemplateCache
Stores a template content in the cache using the given key.
put(Object, byte[]) - Method in interface com.opencms.launcher.I_CmsTemplateCache
Stores a template content in the cache using the given key.

S

setOpenCms(A_OpenCms) - Method in class com.opencms.launcher.A_CmsLauncher
Sets the currently running OpenCms instance.
setOpenCms(A_OpenCms) - Method in class com.opencms.launcher.CmsLinkLauncher
Sets the currently running OpenCms instance.
setOpenCms(A_OpenCms) - Method in interface com.opencms.launcher.I_CmsLauncher
Sets the currently running OpenCms instance.

T

templateCache - Variable in class com.opencms.launcher.CmsTemplateCache
Hashtable to store the cached data

W

writeBytesToResponse(CmsObject, byte[]) - Method in class com.opencms.launcher.A_CmsLauncher
Writes a given byte array to the HttpServletRespose output stream.

A C G H I L M P S T W