Class AdminController

java.lang.Object
org.spincast.website.controllers.AdminController

public class AdminController extends Object
Admin controller
  • Field Details

    • logger

      protected static final org.slf4j.Logger logger
  • Constructor Details

    • AdminController

      @Inject public AdminController(String[] mainArgs, org.spincast.core.json.JsonManager jsonManager, org.spincast.core.utils.SpincastUtils spincastUtils, NewsService newsService, AppConfig appConfig)
  • Method Details

    • getMainArgs

      protected String[] getMainArgs()
    • getJsonManager

      protected org.spincast.core.json.JsonManager getJsonManager()
    • getSpincastUtils

      protected org.spincast.core.utils.SpincastUtils getSpincastUtils()
    • getNewsService

      protected NewsService getNewsService()
    • getAppConfig

      protected AppConfig getAppConfig()
    • index

      public void index(AppRequestContext context)
    • news

      public void news(AppRequestContext context)