Uses of Class
com.logicaldoc.gui.common.client.InvalidSessionException
-
Packages that use InvalidSessionException Package Description com.logicaldoc.dropbox com.logicaldoc.gui.common.client.services com.logicaldoc.web.service com.logicaldoc.web.util -
-
Uses of InvalidSessionException in com.logicaldoc.dropbox
Methods in com.logicaldoc.dropbox that throw InvalidSessionException Modifier and Type Method Description static SessionSessionUtil. validateSession(String sid)Throws a runtime exception id the given session is invalidstatic SessionSessionUtil. validateSession(javax.servlet.http.HttpServletRequest request) -
Uses of InvalidSessionException in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that throw InvalidSessionException Modifier and Type Method Description GUIParameter[]InfoService. getSessionInfo()booleanInfoService. ping()Ping to maintain open he session -
Uses of InvalidSessionException in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that throw InvalidSessionException Modifier and Type Method Description GUIParameter[]InfoServiceImpl. getSessionInfo()booleanInfoServiceImpl. ping() -
Uses of InvalidSessionException in com.logicaldoc.web.util
Methods in com.logicaldoc.web.util that throw InvalidSessionException Modifier and Type Method Description static SessionServiceUtil. checkEvenOneMenu(javax.servlet.http.HttpServletRequest request, long... menuIds)Checks if a specific menu is accessible by the user in the current sessionstatic SessionServiceUtil. checkMenu(javax.servlet.http.HttpServletRequest request, long menuId)Check if a specific menu is accessible by the user in the current sessionstatic LocaleServiceUtil. currentLocale(Session session)static LocaleServiceUtil. currentLocale(String sid)static voidServletUtil. downloadPluginResource(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String sid, String pluginName, String resourcePath, String fileName)Downloads a plugin resourcestatic UserServiceUtil. getSessionUser(String sid)static UserServiceUtil. getSessionUser(javax.servlet.http.HttpServletRequest request)static SessionServiceUtil. validateSession(String sid)Throws a runtime exception id the given session is invalidstatic SessionServiceUtil. validateSession(javax.servlet.http.HttpServletRequest request)
-