Class TosControllerImpl

java.lang.Object
org.eblocker.server.http.controller.impl.TosControllerImpl
All Implemented Interfaces:
TosController

public class TosControllerImpl extends Object implements TosController
This controller can just answer the question if the setup wizard was done before
  • Constructor Details

    • TosControllerImpl

      @Inject public TosControllerImpl(RegistrationService registrationService)
  • Method Details

    • getTos

      public org.eblocker.registration.TosContainer getTos(org.restexpress.Request request, org.restexpress.Response response)
      Specified by:
      getTos in interface TosController