org.apache.tapestry5.internal.services.javascript
Class JavaScriptStackSourceImpl
java.lang.Object
org.apache.tapestry5.internal.services.javascript.JavaScriptStackSourceImpl
- All Implemented Interfaces:
- JavaScriptStackSource
public class JavaScriptStackSourceImpl
- extends Object
- implements JavaScriptStackSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaScriptStackSourceImpl
public JavaScriptStackSourceImpl(Map<String,JavaScriptStack> configuration)
getStack
public JavaScriptStack getStack(String name)
- Description copied from interface:
JavaScriptStackSource
- Gets a stack by name (ignoring case).
- Specified by:
getStack
in interface JavaScriptStackSource
- Returns:
- named stack
getStackNames
public List<String> getStackNames()
- Description copied from interface:
JavaScriptStackSource
- Returns the names of all stacks, in sorted order.
- Specified by:
getStackNames
in interface JavaScriptStackSource
Copyright © 2003-2012 The Apache Software Foundation.