Class SimpleUiFactory

    • Constructor Detail

      • SimpleUiFactory

        public SimpleUiFactory()
    • Method Detail

      • newSession

        public Session newSession​(WebApp wapp,
                                  java.lang.Object nativeSess,
                                  java.lang.Object request)
        Description copied from interface: UiFactory
        Creates an instance of Session.
        Parameters:
        wapp - the web application
        nativeSess - the native session depending on the Web server. If HTTP is used, it is javax.servlet.http.HttpSession.
        request - the original request. If HTTP, it is javax.servlet.http.HttlServletRequest.