|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MCRSession | |
|---|---|
| org.mycore.common | |
| org.mycore.common.events | |
| org.mycore.datamodel.classifications | |
| org.mycore.frontend.servlets | |
| org.mycore.frontend.wcms | |
| Uses of MCRSession in org.mycore.common |
|---|
| Methods in org.mycore.common that return MCRSession | |
|---|---|
static MCRSession |
MCRSessionMgr.getCurrentSession()
This method returns the unique MyCoRe session object for the current Thread. |
static MCRSession |
MCRSessionMgr.getSession(String sessionID)
Returns the MCRSession for the given sessionID. |
| Methods in org.mycore.common that return types with arguments of type MCRSession | |
|---|---|
static Map<String,MCRSession> |
MCRSessionMgr.getAllSessions()
|
| Methods in org.mycore.common with parameters of type MCRSession | |
|---|---|
(package private) static void |
MCRSessionMgr.addSession(MCRSession session)
Add MCRSession to a static Map that manages all sessions. |
(package private) static void |
MCRSessionMgr.removeSession(MCRSession session)
Remove MCRSession from a static Map that manages all sessions. |
static void |
MCRSessionMgr.setCurrentSession(MCRSession theSession)
This method sets a MyCoRe session object for the current Thread. |
| Uses of MCRSession in org.mycore.common.events |
|---|
| Methods in org.mycore.common.events that return MCRSession | |
|---|---|
MCRSession |
MCRSessionEvent.getSession()
Return the MCRSession on which this event occured. |
| Constructors in org.mycore.common.events with parameters of type MCRSession | |
|---|---|
MCRSessionEvent(MCRSession session,
MCRSessionEvent.Type type,
int concurrentAccessors)
|
|
| Uses of MCRSession in org.mycore.datamodel.classifications |
|---|
| Methods in org.mycore.datamodel.classifications with parameters of type MCRSession | |
|---|---|
static void |
MCRClassificationBrowserData.clearUserClassTable(MCRSession session)
|
| Uses of MCRSession in org.mycore.frontend.servlets |
|---|
| Methods in org.mycore.frontend.servlets that return MCRSession | |
|---|---|
static MCRSession |
MCRServlet.getSession(HttpServletRequest req,
String servletName)
|
| Uses of MCRSession in org.mycore.frontend.wcms |
|---|
| Fields in org.mycore.frontend.wcms declared as MCRSession | |
|---|---|
(package private) MCRSession |
MCRWCMSActionServlet.mcrSession
|
| Methods in org.mycore.frontend.wcms with parameters of type MCRSession | |
|---|---|
void |
MCRWCMSAdminServlet.generateXML_managPage(MCRSession mcrSession,
Element root)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||