java.lang.Object
org.xbib.net.http.server.application.BaseApplicationModule
org.xbib.interlibrary.ui.DatabasesApplicationModule
- Alle implementierten Schnittstellen:
org.xbib.net.http.server.application.ApplicationModule
public class DatabasesApplicationModule
extends org.xbib.net.http.server.application.BaseApplicationModule
-
Feldübersicht
Von Klasse geerbte Felder org.xbib.net.http.server.application.BaseApplicationModule
application, name, settings
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDatabasesApplicationModule
(org.xbib.net.http.server.application.Application application, String name, org.xbib.settings.Settings settings) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onOpen
(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest) Von Klasse geerbte Methoden org.xbib.net.http.server.application.BaseApplicationModule
getName, onFail, onFail, onFail, onFail, onOpen, onOpen, onSuccess, onSuccess, onSuccess, onSuccess
-
Konstruktordetails
-
DatabasesApplicationModule
public DatabasesApplicationModule(org.xbib.net.http.server.application.Application application, String name, org.xbib.settings.Settings settings)
-
-
Methodendetails
-
onOpen
public void onOpen(org.xbib.net.http.server.route.HttpRouterContext httpRouterContext, org.xbib.net.http.server.service.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest) - Angegeben von:
onOpen
in Schnittstelleorg.xbib.net.http.server.application.ApplicationModule
- Setzt außer Kraft:
onOpen
in Klasseorg.xbib.net.http.server.application.BaseApplicationModule
-