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

Quick Search    Search Deep

Uses of Package
com.opencms.core

Classes in com.opencms.core used by com.opencms.core
A_OpenCms
          Abstract class for the OpenCms "operating system" that provides public static methods which can be used by other classes to access basic features of OpenCms like logging etc.
CmsCoreSession
          This class implements a session storage which is mainly used to count the currently logged in OpenCms users.
CmsCronEntry
           
CmsCronScheduler
          This is the CronScheduler.
CmsCronTable
          Describes a complete crontable with cronentries.
CmsException
          This class provides OpenCms interal Exception handling.
CmsMultipartInputStreamHandler
          A class to aid in reading multipart/form-data from a ServletInputStream.
CmsShellCommands
          This class is a commad line interface to OpenCms which can be used for the initial setup and to test the system.
CmsStaticExportProperties
          This class provides a special data structure to access the static export properties read from opencms.properties.
I_CmsConstants
          This interface is a pool for constants in OpenCms.
I_CmsRequest
          This interface defines an OpenCms request, a generic request object that is used by OpenCms and provides methods to read the data included in the request.
I_CmsResponse
          This interface defines an OpenCms response, a generic response object that is used by OpenCms and provides methods to send processed data back to the requesting user.
I_CmsSession
          This interface defines an OpenCms session, a generic session object that is used by OpenCms and provides methods to access the current users session data.
OpenCms
          This class is the main class of the OpenCms system, think of it as the "operating system" of OpenCms.