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

Quick Search    Search Deep

Uses of Class
com.opencms.core.CmsCoreSession

Uses of CmsCoreSession in com.opencms.core
 

Fields in com.opencms.core declared as CmsCoreSession
(package private)  CmsCoreSession OpenCmsServletNotify.m_sessionStorage
           
private  CmsCoreSession OpenCmsHttpServlet.m_sessionStorage
          The session storage for all active users.
 

Methods in com.opencms.core with parameters of type CmsCoreSession
 void OpenCms.initUser(com.opencms.file.CmsObject cms, I_CmsRequest cmsReq, I_CmsResponse cmsRes, java.lang.String user, java.lang.String group, int project, CmsCoreSession sessionStorage)
          Inits a user and updates the given CmsObject withs this users information.
 

Constructors in com.opencms.core with parameters of type CmsCoreSession
OpenCmsServletNotify(java.lang.String id, CmsCoreSession sessionStorage)
          Constructor, creates a new OpenCmsServletNotify object.