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

public class AvailApplicationModule 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
    AvailApplicationModule(HttpAvailServer httpAvailServer, org.xbib.net.http.server.application.Application application, String name, org.xbib.settings.Settings settings)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.xbib.interlibrary.action.avail.AvailResponse
    availRequest(org.xbib.net.http.server.HttpRequest httpRequest)
     
    void
    executeAvail(String key, org.xbib.net.http.server.route.HttpRouterContext context)
     
    getAvailForm(String key, org.xbib.net.http.server.HttpRequest request, org.xbib.net.http.server.session.Session session)
     
    getAvailResponse(String key, org.xbib.net.http.server.session.Session session)
     
    getFormId(String key, org.xbib.net.http.server.HttpRequest request)
     
    void
    removeAvailResponse(String key, 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

    • AvailApplicationModule

      public AvailApplicationModule(HttpAvailServer httpAvailServer, org.xbib.net.http.server.application.Application application, String name, org.xbib.settings.Settings settings)
  • Methodendetails

    • availRequest

      public org.xbib.interlibrary.action.avail.AvailResponse availRequest(org.xbib.net.http.server.HttpRequest httpRequest)
    • getFormId

      public String getFormId(String key, org.xbib.net.http.server.HttpRequest request)
    • getAvailForm

      public Map<String,Object> getAvailForm(String key, org.xbib.net.http.server.HttpRequest request, org.xbib.net.http.server.session.Session session)
    • getAvailResponse

      public Map<String,Object> getAvailResponse(String key, org.xbib.net.http.server.session.Session session)
    • removeAvailResponse

      public void removeAvailResponse(String key, org.xbib.net.http.server.session.Session session)
    • executeAvail

      public void executeAvail(String key, org.xbib.net.http.server.route.HttpRouterContext context)