Uses of Interface
org.apache.juneau.rest.staticfile.StaticFiles
Packages that use StaticFiles
Package
Description
REST Server API
REST Annotations
-
Uses of StaticFiles in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return StaticFilesModifier and TypeMethodDescriptionRestContext.getStaticFiles()
Returns the static files associated with this context.RestRequest.getStaticFiles()
Returns the static files registered on the REST resource context object.Methods in org.apache.juneau.rest that return types with arguments of type StaticFilesModifier and TypeMethodDescriptionprotected BeanCreator<StaticFiles>
RestContext.Builder.createStaticFiles
(BeanStore beanStore, Supplier<?> resource) Instantiates the static files bean creator.RestContext.Builder.staticFiles()
Returns the static files bean creator.Methods in org.apache.juneau.rest with parameters of type StaticFilesModifier and TypeMethodDescriptionRestContext.Builder.staticFiles
(StaticFiles value) Specifies the static files resource finder for this class.Method parameters in org.apache.juneau.rest with type arguments of type StaticFilesModifier and TypeMethodDescriptionRestContext.Builder.staticFiles
(Class<? extends StaticFiles> value) Specifies the static files resource finder for this class. -
Uses of StaticFiles in org.apache.juneau.rest.annotation
Method parameters in org.apache.juneau.rest.annotation with type arguments of type StaticFilesModifier and TypeMethodDescriptionRestAnnotation.Builder.staticFiles
(Class<? extends StaticFiles> value) Sets theRest.staticFiles()
property on this annotation. -
Uses of StaticFiles in org.apache.juneau.rest.staticfile
Classes in org.apache.juneau.rest.staticfile that implement StaticFilesModifier and TypeClassDescriptionclass
API for retrieving localized static files from either the classpath or file system.static class
Represents no static filesMethods in org.apache.juneau.rest.staticfile that return StaticFiles