public.javadoc.org.spincast.website.controllers.PublicDynamicResourcesController.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
PublicDynamicResourcesController (org.spincast:spincast-framework 2.1.1 API)
Package org.spincast.website.controllers
Class PublicDynamicResourcesController
java.lang.Object
org.spincast.website.controllers.PublicDynamicResourcesController
-
Field Summary
-
Constructor Summary
Constructor
Description
PublicDynamicResourcesController(TemplatingEngine templatingEngine,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
SpincastCssYuiCompressorManager spincastCssYuiCompressorManager,
SpincastJsClosureCompilerManager spincastJsClosureCompilerManager)
-
Method Summary
Modifier and Type
Method
Description
void
dynCss(AppRequestContext context)
Dynamic CSS
void
dynJs(AppRequestContext context)
Dynamic JS
protected SpincastConfig
protected SpincastCssYuiCompressorManager
protected SpincastJsClosureCompilerManager
protected SpincastUtils
protected TemplatingEngine
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
Constructor Details
-
PublicDynamicResourcesController
@Inject
public PublicDynamicResourcesController(TemplatingEngine templatingEngine,
SpincastConfig spincastConfig,
SpincastUtils spincastUtils,
SpincastCssYuiCompressorManager spincastCssYuiCompressorManager,
SpincastJsClosureCompilerManager spincastJsClosureCompilerManager)
-
Method Details
-
getTemplatingEngine
-
getSpincastConfig
-
getSpincastUtils
-
getSpincastCssYuiCompressorManager
-
getSpincastJsClosureCompilerManager
-
dynJs
Dynamic JS
-
dynCss
Dynamic CSS