@UsesMappedConfiguration(value=JavaScriptStack.class) public interface JavaScriptStackSource
JavaScriptStack
s, each of which has a unique name.Modifier and Type | Method and Description |
---|---|
JavaScriptStack |
getStack(String name)
Gets a stack by name (ignoring case).
|
List<String> |
getStackNames()
Returns the names of all stacks, in sorted order.
|
JavaScriptStack getStack(String name)
UnknownValueException
- if no such stackList<String> getStackNames()
Copyright © 2003-2012 The Apache Software Foundation.