Package | Description |
---|---|
org.wicketstuff.jslibraries |
Modifier and Type | Method and Description |
---|---|
Library |
VersionDescriptor.getLibrary() |
static Library |
Library.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Library[] |
Library.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static VersionDescriptor |
VersionDescriptor.alwaysLatest(Library lib) |
static VersionDescriptor |
VersionDescriptor.alwaysLatestOfVersion(Library lib,
int... numbers) |
static StringBuffer |
JSReference.createFileName(Library lib,
Version version,
boolean production) |
static VersionDescriptor |
VersionDescriptor.exactVersion(Library lib,
int... numbers) |
protected abstract URL |
CDN.render(Library lib,
Version v,
boolean production) |
Copyright © 2015. All rights reserved.