Class AbstractStaticAssetsController

java.lang.Object
dev.voidframework.web.http.controller.AbstractStaticAssetsController
All Implemented Interfaces:
HttpContentType

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

    • AbstractStaticAssetsController

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