Interface INavigationLogger

    • Method Detail

      • logAccess

        void logAccess​(HttpServletRequest request,
                       SessionConfig sessionConfig,
                       PageConfig pageConfig,
                       ITransaction transaction)
        Logs an entry in the navigation log with the access information relative to the given request.
        Parameters:
        request - the request of the access to be logged.