org.apache.tapestry5.internal.services.javascript
Class JavaScriptStackPathConstructorImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.javascript.JavaScriptStackPathConstructorImpl
All Implemented Interfaces:
JavaScriptStackPathConstructor

public class JavaScriptStackPathConstructorImpl
extends Object
implements JavaScriptStackPathConstructor


Constructor Summary
JavaScriptStackPathConstructorImpl(ThreadLocale threadLocale, AssetPathConstructor assetPathConstructor, JavaScriptStackSource javascriptStackSource, boolean combineScripts)
           
 
Method Summary
 List<String> constructPathsForJavaScriptStack(String stackName)
          Given a stack, by name, return a list of URL paths for the individual libraqries in the stack.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaScriptStackPathConstructorImpl

public JavaScriptStackPathConstructorImpl(ThreadLocale threadLocale,
                                          AssetPathConstructor assetPathConstructor,
                                          JavaScriptStackSource javascriptStackSource,
                                          @Symbol(value="tapestry.combine-scripts")
                                          boolean combineScripts)
Method Detail

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.