Class AbstractStaticAssetsController

java.lang.Object
dev.voidframework.web.http.controller.AbstractStaticAssetsController

public abstract class AbstractStaticAssetsController extends Object
Abstraction to facilitate the use of static and webjar assets.
Since:
1.0.0
  • Constructor Details

    • AbstractStaticAssetsController

      @Inject protected AbstractStaticAssetsController(com.typesafe.config.Config configuration)
      Build a new instance;
      Parameters:
      configuration - The application configuration
      Since:
      1.0.0
  • Method Details