Uses of Interface
io.jooby.handler.AssetSource
Packages that use AssetSource
-
Uses of AssetSource in io.jooby
Methods in io.jooby with parameters of type AssetSourceModifier and TypeMethodDescriptiondefault Route
Router.assets
(String pattern, AssetSource... sources) Add a static resource handler. -
Uses of AssetSource in io.jooby.handler
Methods in io.jooby.handler that return AssetSourceModifier and TypeMethodDescriptionstatic AssetSource
AssetSource.create
(ClassLoader loader, String location) Classpath asset source.static AssetSource
Creates a source from given location.static AssetSource
AssetSource.webjars
(ClassLoader loader, String name) Creates a webjar asset source.Constructors in io.jooby.handler with parameters of type AssetSourceModifierConstructorDescriptionAssetHandler
(AssetSource... sources) Creates a new asset handler.AssetHandler
(String fallback, AssetSource... sources) Creates a new asset handler that fallback to the given fallback asset when the asset is not found.