Uses of Class
io.avaje.jex.StaticFileSource.Location
-
Packages that use StaticFileSource.Location Package Description io.avaje.jex -
-
Uses of StaticFileSource.Location in io.avaje.jex
Methods in io.avaje.jex that return StaticFileSource.Location Modifier and Type Method Description StaticFileSource.LocationStaticFileSource. getLocation()static StaticFileSource.LocationStaticFileSource.Location. valueOf(String name)Returns the enum constant of this type with the specified name.static StaticFileSource.Location[]StaticFileSource.Location. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.avaje.jex with parameters of type StaticFileSource.Location Constructor Description StaticFileSource(String urlPathPrefix, String path, StaticFileSource.Location location)
-