Interface LayoutFileSessionStoreFactory.IGetSessionIdOverrider

  • Enclosing class:
    LayoutFileSessionStoreFactory

    public static interface LayoutFileSessionStoreFactory.IGetSessionIdOverrider
    Interface implemented by AbstractHttpSessionStore extensions that overrides the AbstractHttpSessionStore.getSessionId(Request, boolean) behavior.
    Since:
    6.0.0
    Version:
    $Revision: 13093 $ $Date: 2011-05-28 18:40:18 -0300 (Sat, 28 May 2011) $
    • Method Detail

      • wasSessionForWicketCreated

        boolean wasSessionForWicketCreated​(org.apache.wicket.Request request)
        Returns whether a session was created for wicket used, for a specified request.
        Parameters:
        request - the request.
        Returns:
        true if a session was created, false otherwise.
        Since:
        6.0.0