@ParametersAreNonnullByDefault
Package ubic.gemma.web.assets
This package contains classes related to static assets management, such as CSS and JavaScript files.
- Author:
- poirigui
-
Interface Summary Interface Description StaticAssetServer -
Class Summary Class Description ExternalStaticAssetServer An external static asset server that provide assets from a specified base URL.InternalStaticAssetServer An internal static asset server that uses npm to serve static assets.ServletStaticAssetServer Serve static assets from the servlet context.StaticAssetResolver Resolve static assets either fromaInternalStaticAssetServer
or from the webapp resources.StaticAssetServerConfig