Class SplashControllerImpl

java.lang.Object
org.eblocker.server.http.controller.impl.SplashControllerImpl
All Implemented Interfaces:
SplashController

@Singleton public class SplashControllerImpl extends Object implements SplashController
  • Constructor Details

    • SplashControllerImpl

      @Inject public SplashControllerImpl(SplashService splashService)
  • Method Details

    • get

      public boolean get(org.restexpress.Request request, org.restexpress.Response response)
      Specified by:
      get in interface SplashController
    • set

      public void set(org.restexpress.Request request, org.restexpress.Response response)
      Specified by:
      set in interface SplashController