public class PublicDynamicResourcesController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
PublicDynamicResourcesController(org.spincast.core.templating.TemplatingEngine templatingEngine,
org.spincast.core.config.SpincastConfig spincastConfig,
org.spincast.core.utils.SpincastUtils spincastUtils,
SpincastCssYuiCompressorManager spincastCssYuiCompressorManager,
SpincastJsClosureCompilerManager spincastJsClosureCompilerManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
dynCss(AppRequestContext context)
Dynamic CSS
|
void |
dynJs(AppRequestContext context)
Dynamic JS
|
protected org.spincast.core.config.SpincastConfig |
getSpincastConfig() |
protected SpincastCssYuiCompressorManager |
getSpincastCssYuiCompressorManager() |
protected SpincastJsClosureCompilerManager |
getSpincastJsClosureCompilerManager() |
protected org.spincast.core.utils.SpincastUtils |
getSpincastUtils() |
protected org.spincast.core.templating.TemplatingEngine |
getTemplatingEngine() |
@Inject
public PublicDynamicResourcesController(org.spincast.core.templating.TemplatingEngine templatingEngine,
org.spincast.core.config.SpincastConfig spincastConfig,
org.spincast.core.utils.SpincastUtils spincastUtils,
SpincastCssYuiCompressorManager spincastCssYuiCompressorManager,
SpincastJsClosureCompilerManager spincastJsClosureCompilerManager)
protected org.spincast.core.templating.TemplatingEngine getTemplatingEngine()
protected org.spincast.core.config.SpincastConfig getSpincastConfig()
protected org.spincast.core.utils.SpincastUtils getSpincastUtils()
protected SpincastCssYuiCompressorManager getSpincastCssYuiCompressorManager()
protected SpincastJsClosureCompilerManager getSpincastJsClosureCompilerManager()
public void dynJs(AppRequestContext context)
public void dynCss(AppRequestContext context)
Copyright © 2019. All rights reserved.