Class CoreSessionProvider<REF extends SessionRef>

    • Constructor Detail

      • CoreSessionProvider

        protected CoreSessionProvider()
    • Method Detail

      • onRequestDone

        protected abstract void onRequestDone​(javax.servlet.http.HttpServletRequest request)
        The HTTP request was consumed. Do any request level cleanup now.
      • createSessionRef

        protected abstract REF createSessionRef​(CoreSession session)
      • getSessionRef

        public SessionRef getSessionRef​(javax.servlet.http.HttpServletRequest request,
                                        String repoName)
      • getSession

        public CoreSession getSession​(javax.servlet.http.HttpServletRequest request,
                                      String repoName)
      • createSession

        protected CoreSession createSession​(javax.servlet.http.HttpServletRequest request,
                                            String repoName)
      • hasSessions

        public boolean hasSessions()
      • destroy

        protected void destroy()