JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
E
F
G
H
I
J
L
M
N
O
P
R
S
U
W
A
accepts(String)
- Method in class org.webjars.urlprotocols.
FatJarUrlProtocolHandler
accepts(String)
- Method in class org.webjars.urlprotocols.
FileUrlProtocolHandler
accepts(String)
- Method in class org.webjars.urlprotocols.
JarUrlProtocolHandler
accepts(String)
- Method in interface org.webjars.urlprotocols.
UrlProtocolHandler
C
Cacheable(String, long)
- Constructor for class org.webjars.
WebJarExtractor.Cacheable
CloseQuietly
- Class in
org.webjars
Utility for closing resources without throwing an exception (because you should never throw an exception from a finally block).
CloseQuietly()
- Constructor for class org.webjars.
CloseQuietly
closeQuietly(Closeable)
- Static method in class org.webjars.
CloseQuietly
closeQuietly(JarFile)
- Static method in class org.webjars.
CloseQuietly
E
equals(Object)
- Method in class org.webjars.
WebJarExtractor.Cacheable
extractAllNodeModulesTo(File)
- Method in class org.webjars.
WebJarExtractor
Extract the node_modules of all WebJars and merge them into the same folder.
extractAllWebJarsTo(File)
- Method in class org.webjars.
WebJarExtractor
Extract all WebJars.
extractWebJarTo(String, File)
- Method in class org.webjars.
WebJarExtractor
Extract the given WebJar to the given location.
F
FatJarUrlProtocolHandler
- Class in
org.webjars.urlprotocols
FatJarUrlProtocolHandler()
- Constructor for class org.webjars.urlprotocols.
FatJarUrlProtocolHandler
FileSystemCache
- Class in
org.webjars
A cache backed by a file on the filesystem.
FileSystemCache(File)
- Constructor for class org.webjars.
FileSystemCache
FileUrlProtocolHandler
- Class in
org.webjars.urlprotocols
FileUrlProtocolHandler()
- Constructor for class org.webjars.urlprotocols.
FileUrlProtocolHandler
G
getAssetPaths(URL, Pattern, ClassLoader...)
- Method in class org.webjars.urlprotocols.
FatJarUrlProtocolHandler
getAssetPaths(URL, Pattern, ClassLoader...)
- Method in class org.webjars.urlprotocols.
FileUrlProtocolHandler
getAssetPaths(URL, Pattern, ClassLoader...)
- Method in class org.webjars.urlprotocols.
JarUrlProtocolHandler
getAssetPaths(URL, Pattern, ClassLoader...)
- Method in interface org.webjars.urlprotocols.
UrlProtocolHandler
Returns a list of all asset paths found in resource
getFullPath(String)
- Method in class org.webjars.
WebJarAssetLocator
Given a distinct path within the WebJar index passed in return the full path of the resource.
getFullPath(String, String)
- Method in class org.webjars.
WebJarAssetLocator
Returns the full path of an asset within a specific WebJar
getFullPathExact(String, String)
- Method in class org.webjars.
WebJarAssetLocator
Returns the full path of an asset within a specific WebJar
getFullPathIndex(Pattern, ClassLoader...)
- Static method in class org.webjars.
WebJarAssetLocator
Return a map that can be used to perform index lookups of partial file paths.
getFullPathIndex()
- Method in class org.webjars.
WebJarAssetLocator
getLastModified()
- Method in class org.webjars.
WebJarExtractor.Cacheable
getMatches()
- Method in exception org.webjars.
MultipleMatchesException
getPath()
- Method in class org.webjars.
WebJarExtractor.Cacheable
getWebJar(String)
- Static method in class org.webjars.
WebJarAssetLocator
getWebJars()
- Method in class org.webjars.
WebJarAssetLocator
H
hashCode()
- Method in class org.webjars.
WebJarExtractor.Cacheable
I
isUpToDate(String, WebJarExtractor.Cacheable)
- Method in class org.webjars.
FileSystemCache
isUpToDate(String, WebJarExtractor.Cacheable)
- Method in interface org.webjars.
WebJarExtractor.Cache
Whether the file is up to date.
isUpToDate(String, WebJarExtractor.Cacheable)
- Method in class org.webjars.
WebJarExtractor.MemoryCache
J
JarUrlProtocolHandler
- Class in
org.webjars.urlprotocols
JarUrlProtocolHandler()
- Constructor for class org.webjars.urlprotocols.
JarUrlProtocolHandler
L
listAssets()
- Method in class org.webjars.
WebJarAssetLocator
listAssets(String)
- Method in class org.webjars.
WebJarAssetLocator
List assets within a folder.
M
MemoryCache()
- Constructor for class org.webjars.
WebJarExtractor.MemoryCache
MultipleMatchesException
- Exception in
org.webjars
Thrown when a path matches multiple assets.
MultipleMatchesException(String, List<String>)
- Constructor for exception org.webjars.
MultipleMatchesException
N
NO_CACHE
- Static variable in class org.webjars.
WebJarExtractor
O
org.webjars
- package org.webjars
org.webjars.urlprotocols
- package org.webjars.urlprotocols
P
PACKAGE_JSON
- Static variable in class org.webjars.
WebJarExtractor
The node_modules directory prefix as a convenience.
put(String, WebJarExtractor.Cacheable)
- Method in class org.webjars.
FileSystemCache
put(String, WebJarExtractor.Cacheable)
- Method in interface org.webjars.
WebJarExtractor.Cache
Put the given file in the cache.
put(String, WebJarExtractor.Cacheable)
- Method in class org.webjars.
WebJarExtractor.MemoryCache
R
reset()
- Method in class org.webjars.
FileSystemCache
S
save()
- Method in class org.webjars.
FileSystemCache
U
UrlProtocolHandler
- Interface in
org.webjars.urlprotocols
W
WebJarAssetLocator
- Class in
org.webjars
Locate WebJar assets.
WebJarAssetLocator()
- Constructor for class org.webjars.
WebJarAssetLocator
Convenience constructor that will form a locator for all resources on the current class path.
WebJarAssetLocator(SortedMap<String, String>)
- Constructor for class org.webjars.
WebJarAssetLocator
Establish a locator given an index that it should use.
WebJarAssetLocator(Set<String>)
- Constructor for class org.webjars.
WebJarAssetLocator
WebJarExtractor
- Class in
org.webjars
Utility for extracting WebJars onto the filesystem.
WebJarExtractor()
- Constructor for class org.webjars.
WebJarExtractor
WebJarExtractor(ClassLoader)
- Constructor for class org.webjars.
WebJarExtractor
WebJarExtractor(WebJarExtractor.Cache, ClassLoader)
- Constructor for class org.webjars.
WebJarExtractor
WebJarExtractor.Cache
- Interface in
org.webjars
A cache for extracting WebJar assets.
WebJarExtractor.Cacheable
- Class in
org.webjars
WebJarExtractor.MemoryCache
- Class in
org.webjars
An in memory cache.
WEBJARS_PACKAGE
- Static variable in class org.webjars.
WebJarAssetLocator
The webjar package name.
WEBJARS_PATH_PREFIX
- Static variable in class org.webjars.
WebJarAssetLocator
The path to where webjar resources live.
A
C
E
F
G
H
I
J
L
M
N
O
P
R
S
U
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2016. All rights reserved.