public class CoreJavaScriptStack extends Object implements JavaScriptStack
Constructor and Description |
---|
CoreJavaScriptStack(boolean productionMode,
SymbolSource symbolSource,
AssetSource assetSource,
ThreadLocale threadLocale) |
Modifier and Type | Method and Description |
---|---|
String |
getInitialization()
Returns static JavaScript initialization for the stack.
|
List<Asset> |
getJavaScriptLibraries()
Returns a list of localized assets for JavaScript libraries that form the stack.
|
List<String> |
getStacks()
Returns a list of JavaScriptStack names that this stack depends on.
|
List<StylesheetLink> |
getStylesheets()
Returns a list of localized links for stylesheets that form the stack.
|
public CoreJavaScriptStack(@Symbol(value="tapestry.production-mode") boolean productionMode, SymbolSource symbolSource, AssetSource assetSource, ThreadLocale threadLocale)
public String getInitialization()
JavaScriptStack
getInitialization
in interface JavaScriptStack
public List<String> getStacks()
JavaScriptStack
getStacks
in interface JavaScriptStack
public List<Asset> getJavaScriptLibraries()
JavaScriptStack
getJavaScriptLibraries
in interface JavaScriptStack
public List<StylesheetLink> getStylesheets()
JavaScriptStack
getStylesheets
in interface JavaScriptStack
Copyright © 2003-2012 The Apache Software Foundation.