org.apache.tapestry5.internal.services.javascript
Class JavaScriptStackPathConstructorImpl
java.lang.Object
org.apache.tapestry5.internal.services.javascript.JavaScriptStackPathConstructorImpl
- All Implemented Interfaces:
- JavaScriptStackPathConstructor
public class JavaScriptStackPathConstructorImpl
- extends Object
- implements JavaScriptStackPathConstructor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaScriptStackPathConstructorImpl
public JavaScriptStackPathConstructorImpl(ThreadLocale threadLocale,
AssetPathConstructor assetPathConstructor,
JavaScriptStackSource javascriptStackSource,
@Symbol(value="tapestry.combine-scripts")
boolean combineScripts)
constructPathsForJavaScriptStack
public List<String> constructPathsForJavaScriptStack(String stackName)
- Description copied from interface:
JavaScriptStackPathConstructor
- Given a stack, by name, return a list of URL paths for the individual libraqries in the stack.
If scripts are combined, this will be a single (combined) URL.
- Specified by:
constructPathsForJavaScriptStack
in interface JavaScriptStackPathConstructor
- Parameters:
stackName
- name of JavaScriptStack
Copyright © 2003-2012 The Apache Software Foundation.