Uses of Interface
org.opencastproject.staticfiles.api.StaticFileService
Packages that use StaticFileService
Package
Description
-
Uses of StaticFileService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint with parameters of type StaticFileServiceModifier and TypeMethodDescriptionvoidThemesEndpoint.setStaticFileService(StaticFileService staticFileService) OSGi DI. -
Uses of StaticFileService in org.opencastproject.staticfiles.endpoint
Methods in org.opencastproject.staticfiles.endpoint with parameters of type StaticFileServiceModifier and TypeMethodDescriptionvoidStaticFileRestService.setStaticFileService(StaticFileService staticFileService) OSGi callback to bind service instance. -
Uses of StaticFileService in org.opencastproject.staticfiles.impl
Classes in org.opencastproject.staticfiles.impl that implement StaticFileServiceModifier and TypeClassDescriptionclassStores and retrieves static file resources. -
Uses of StaticFileService in org.opencastproject.workflow.handler.themes
Methods in org.opencastproject.workflow.handler.themes with parameters of type StaticFileServiceModifier and TypeMethodDescriptionvoidThemeWorkflowOperationHandler.setStaticFileService(StaticFileService staticFileService) OSGi callback for the static file service.