Package org.opencms.main
package org.opencms.main
Provides the main OpenCms "operating system".
There are 3 main ways to access resources in an OpenCms System:
- Using the
. This is the default usage of the OpenCms system.OpenCmsServlet
- Using the
. This is done for specific reasons, usually related to system configuration or setup.CmsShell
- Using the
from an application to obtain an initialized OpenCms user context.OpenCms.initCmsObject(String)
CmsObject
.
- Since:
- 6.0.0
- See Also:
-
ClassDescriptionAbstract class to grant the needed access to the session manager.Resource init handler for detail-pages.A single broadcast message, send from one OpenCms user to another.The content mode describes how the text used for a broadcast message should be interpreted.Contains user information for automated creation of a
CmsRequestContext
during system runtime.The default session storage provider implementation.Class used to collect log messages and later write them to the actual log but with duplicates removed.Entry to write to the log.Event class for OpenCms for system wide events that are thrown by various operations (e.g.Manager that controls the OpenCms event system.Master exception type for all exceptions caused in OpenCms.Simple filter for setting caching headers for exported resources.Contains the settings to handle HTTP basic authentication.A replacement for
to obtain fully localized exception messages for OpenCms.IllegalArgumentException
A replacement for
to obtain fully localized exception messages for OpenCms.IllegalStateException
Describes errors that occur in the context of OpenCms the initialization, this is fatal and prevents OpenCms from starting.Provides the OpenCms logging mechanism.A multi exception is a container for several exception messages that may be caused by an internal operation.Resource init handler that loads a resource given its permalink.Resource init handler that provides an alternative way of serving static files like images or binary files, using the API authorization mechanism instead of the normal authorization handler.This exeption is thrown by a class which implements org.opencms.main.I_CmsResourceInit.A replacement for
to obtain fully localized exception messages for OpenCms.RuntimeException
Stores specific servlet container options, that might influence OpenCms behavior.Enumeration class for the configuration mode.Stores information about a user that has authenticated himself the OpenCms security system.Keeps track of the sessions running on the OpenCms server and provides a session info storage which is used to get an overview about currently authenticated OpenCms users, as well as sending broadcasts between users.A command line interface to access OpenCms functions which is used for the initial setup and also can be used for scripting access to the OpenCms repository without the Workplace.Wrapper exception used to notify the shell that an error has occurred during execution of a shell command.Profiling thread used for the startup process.Node for the summary tree generated from the thread dumps.Handles the requests for static resources located in the classpath.Provides access to system wide "read only" information about the running OpenCms instance.The OpenCms "Grim Reaper" thread store were all system Threads are maintained.Servlet for workplace UI requests.A custom servlet service implementation.Implement this interface in case your class has to react to CmsEvents that are thrown by system.Describes an OpenCms request handler.This interface checks the requested resource from the OpenCms request context and returns it to the calling method, which will usually beOpenCms.initResource(CmsObject, String, HttpServletRequest, HttpServletResponse)
.Interface used for notifying objects stored in a session when the session is destroyed.This interface is used to define the session storage implementation provider.Provides scriptable access to a class from the CmsShell.Interface for plugins that need to be called during startup and shutdown.Provides localized Exception handling based on the OpenCms default locale.Convenience class to access the localized messages of this OpenCms package.The OpenCms "operating system" that provides public static methods which can be used by other classes to access basic system features of OpenCms like logging etc.The internal implementation of the core OpenCms "operating system" functions.Provides the OpenCms system with information from the servlet context.Filter access to statically exported resources while checking permissions.This the main servlet of the OpenCms system.Context class for storing request-dependent caches etc.Debugging information about currently running requests.This the error handler servlet of the OpenCms system.The OpenCms Solr handler.Handles spell check requests.Implements a servlet filter for URL rewriting.