public class BeanValidatorStack extends Object implements JavaScriptStack
Constructor and Description |
---|
BeanValidatorStack(AssetSource assetSource,
ThreadLocale threadLocale) |
Modifier and Type | Method and Description |
---|---|
String |
getInitialization()
Returns static JavaScript initialization for the stack.
|
List<Asset> |
getJavaScriptLibraries()
Returns a list of localized assets for JavaScript libraries that form the stack.
|
List<String> |
getStacks()
Returns a list of JavaScriptStack names that this stack depends on.
|
List<StylesheetLink> |
getStylesheets()
Returns a list of localized links for stylesheets that form the stack.
|
public static final String STACK_ID
public BeanValidatorStack(AssetSource assetSource, ThreadLocale threadLocale)
public List<String> getStacks()
JavaScriptStack
getStacks
in interface JavaScriptStack
public List<Asset> getJavaScriptLibraries()
JavaScriptStack
getJavaScriptLibraries
in interface JavaScriptStack
public List<StylesheetLink> getStylesheets()
JavaScriptStack
getStylesheets
in interface JavaScriptStack
public String getInitialization()
JavaScriptStack
getInitialization
in interface JavaScriptStack
Copyright © 2003-2012 The Apache Software Foundation.