|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tapestry5.internal.services.javascript.CoreJavaScriptStack
public class CoreJavaScriptStack
JavaScriptStack for core components.
Constructor Summary | |
---|---|
CoreJavaScriptStack(boolean productionMode,
SymbolSource symbolSource,
AssetSource assetSource,
ThreadLocale threadLocale)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CoreJavaScriptStack(@Symbol(value="tapestry.production-mode") boolean productionMode, SymbolSource symbolSource, AssetSource assetSource, ThreadLocale threadLocale)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |