Package org.spincast.website.controllers
Class MainPagesController
java.lang.Object
org.spincast.website.controllers.MainPagesController
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMainPagesController
(String[] mainArgs, JsonManager jsonManager, SpincastUtils spincastUtils, NewsService newsService, org.spincast.website.AppConfig appConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoid
about
(AppRequestContext context) void
community
(AppRequestContext context) void
documentation
(AppRequestContext context) void
download
(AppRequestContext context) protected org.spincast.website.AppConfig
protected JsonManager
protected String[]
protected NewsService
protected String
getPluginDocTemplatePath
(String pluginName) Return the classpath path to the plugin documentation template or NULL if not found.protected SpincastUtils
void
index
(AppRequestContext context) void
more
(AppRequestContext context) void
news
(AppRequestContext context) void
newsEntry
(AppRequestContext context) void
newsEntryTest
(AppRequestContext context) void
plugin
(AppRequestContext context) A Plugin documentationvoid
plugins
(AppRequestContext context)
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
-
Constructor Details
-
MainPagesController
@Inject public MainPagesController(String[] mainArgs, JsonManager jsonManager, SpincastUtils spincastUtils, NewsService newsService, org.spincast.website.AppConfig appConfig)
-
-
Method Details
-
getMainArgs
-
getJsonManager
-
getSpincastUtils
-
getNewsService
-
getAppConfig
protected org.spincast.website.AppConfig getAppConfig() -
index
-
documentation
-
download
-
plugins
-
community
-
about
-
more
-
plugin
A Plugin documentation -
getPluginDocTemplatePath
Return the classpath path to the plugin documentation template or NULL if not found. -
news
-
newsEntryTest
-
newsEntry
-