@UsesMappedConfiguration(value=JavaScriptStack.class) public interface JavaScriptStackSource
JavaScriptStack
s, each of which has a unique name.Modifier and Type | Method and Description |
---|---|
JavaScriptStack |
findStack(String name)
Gets a stack by name (ignoring case).
|
JavaScriptStack |
findStackForJavaScriptLibrary(Resource resource)
Attempts to find the stack containing the indicated JavaScript library.
|
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 stackJavaScriptStack findStack(String name)
List<String> getStackNames()
JavaScriptStack findStackForJavaScriptLibrary(Resource resource)
resource
- identifies a potential JavaScript LibraryJavaScriptStack.getJavaScriptLibraries()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.