Klasse UIApplicationModule

java.lang.Object
org.xbib.net.http.server.application.BaseApplicationModule
org.xbib.interlibrary.http.server.InterlibraryServerApplicationModule
org.xbib.interlibrary.ui.UIApplicationModule
Alle implementierten Schnittstellen:
org.xbib.net.http.server.application.ApplicationModule

public class UIApplicationModule extends org.xbib.interlibrary.http.server.InterlibraryServerApplicationModule
  • Feldübersicht

    Von Klasse geerbte Felder org.xbib.net.http.server.application.BaseApplicationModule

    application, name, settings
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    UIApplicationModule(HttpUIServer server, org.xbib.net.http.server.application.Application application, String name, org.xbib.settings.Settings settings)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    executeUserSwitch(String userSwitchFormName, org.xbib.net.http.server.route.HttpRouterContext context)
     
    getLoginForm(String formName, org.xbib.net.http.server.HttpRequest request, org.xbib.net.http.server.session.Session session)
     
    getUserSwitchForm(String formName, org.xbib.net.http.server.HttpRequest request, org.xbib.net.http.server.session.Session session)
     

    Von Klasse geerbte Methoden org.xbib.interlibrary.http.server.InterlibraryServerApplicationModule

    onOpen

    Von Klasse geerbte Methoden org.xbib.net.http.server.application.BaseApplicationModule

    getName, onFail, onFail, onFail, onFail, onOpen, onOpen, onSuccess, onSuccess, onSuccess, onSuccess

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • UIApplicationModule

      public UIApplicationModule(HttpUIServer server, org.xbib.net.http.server.application.Application application, String name, org.xbib.settings.Settings settings)
  • Methodendetails

    • getLoginForm

      public Map<String,Object> getLoginForm(String formName, org.xbib.net.http.server.HttpRequest request, org.xbib.net.http.server.session.Session session)
    • getUserSwitchForm

      public Map<String,Object> getUserSwitchForm(String formName, org.xbib.net.http.server.HttpRequest request, org.xbib.net.http.server.session.Session session)
    • executeUserSwitch

      public void executeUserSwitch(String userSwitchFormName, org.xbib.net.http.server.route.HttpRouterContext context) throws IOException
      Löst aus:
      IOException