java.lang.Object
org.xbib.net.http.server.BaseApplicationModule
org.xbib.net.http.server.application.config.ConfigApplicationModule
All Implemented Interfaces:
Comparable<org.xbib.net.http.server.ApplicationModule>, org.xbib.net.http.server.ApplicationModule

public class ConfigApplicationModule extends org.xbib.net.http.server.BaseApplicationModule
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    onOpen(org.xbib.net.http.server.Application application)
     
    void
    onOpen(org.xbib.net.http.server.Application application, org.xbib.net.http.server.HttpServerContext httpServerContext, org.xbib.net.http.server.HttpService httpService)
     
    void
    onOpen(org.xbib.net.http.server.Application application, org.xbib.net.http.server.HttpServerContext httpServerContext, org.xbib.net.http.server.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest)
     

    Methods inherited from class org.xbib.net.http.server.BaseApplicationModule

    compareTo, onClose, onClose, onClose, onOpen, onOpen

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigApplicationModule

      public ConfigApplicationModule()
  • Method Details

    • getName

      public String getName()
    • onOpen

      public void onOpen(org.xbib.net.http.server.Application application) throws Exception
      Specified by:
      onOpen in interface org.xbib.net.http.server.ApplicationModule
      Overrides:
      onOpen in class org.xbib.net.http.server.BaseApplicationModule
      Throws:
      Exception
    • onOpen

      public void onOpen(org.xbib.net.http.server.Application application, org.xbib.net.http.server.HttpServerContext httpServerContext, org.xbib.net.http.server.HttpService httpService)
      Specified by:
      onOpen in interface org.xbib.net.http.server.ApplicationModule
      Overrides:
      onOpen in class org.xbib.net.http.server.BaseApplicationModule
    • onOpen

      public void onOpen(org.xbib.net.http.server.Application application, org.xbib.net.http.server.HttpServerContext httpServerContext, org.xbib.net.http.server.HttpService httpService, org.xbib.net.http.server.HttpRequest httpRequest)
      Specified by:
      onOpen in interface org.xbib.net.http.server.ApplicationModule
      Overrides:
      onOpen in class org.xbib.net.http.server.BaseApplicationModule