Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- activate(ComponentContext) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
OSGI callback for activating this component
D
- deleteFile(String) - Method in interface org.opencastproject.staticfiles.api.StaticFileService
-
Deletes a static file.
- deleteStaticFile(String) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
G
- getContentLength(String) - Method in interface org.opencastproject.staticfiles.api.StaticFileService
-
Returns the content length of a file stored in the static file service.
- getFile(String) - Method in interface org.opencastproject.staticfiles.api.StaticFileService
-
Returns an
InputStreamto read a file from the static file service by its UUID. - getFileName(String) - Method in interface org.opencastproject.staticfiles.api.StaticFileService
-
Returns the original filename of a file stored in the static file service.
- getStaticFile(String) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
- getStaticFileUrl(String) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
- getStaticFileURL(String) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
Get the URI for a static file resource depending on whether to get it direct from Opencast or from a webserver.
O
- org.opencastproject.staticfiles.api - package org.opencastproject.staticfiles.api
- org.opencastproject.staticfiles.endpoint - package org.opencastproject.staticfiles.endpoint
P
- persistFile(String) - Method in interface org.opencastproject.staticfiles.api.StaticFileService
-
Persists a file that was previously uploaded to the temporary storage section with
#storeFile(String, InputStream)for long-term usage. - persistFile(String) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
- postStaticFile(HttpServletRequest) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
S
- setSecurityService(SecurityService) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
OSGi callback to bind service instance.
- setStaticFileService(StaticFileService) - Method in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
OSGi callback to bind service instance.
- StaticFileRestService - Class in org.opencastproject.staticfiles.endpoint
-
Stores and serves static files via HTTP.
- StaticFileRestService() - Constructor for class org.opencastproject.staticfiles.endpoint.StaticFileRestService
- STATICFILES_UPLOAD_MAX_SIZE_KEY - Static variable in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
The key to find the maximum sized file to accept as an upload.
- STATICFILES_URL_PATH - Static variable in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
The default URL path of the static files
- STATICFILES_WEBSERVER_ENABLED_KEY - Static variable in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
The key to find whether the static file webserver is enabled or not.
- STATICFILES_WEBSERVER_URL_KEY - Static variable in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
The key to find the URL for where a webserver is hosting the static files.
- StaticFileService - Interface in org.opencastproject.staticfiles.api
- storeFile(String, InputStream) - Method in interface org.opencastproject.staticfiles.api.StaticFileService
-
Stores a file in the temporary storage section of the static file service.
U
- useWebserver - Variable in class org.opencastproject.staticfiles.endpoint.StaticFileRestService
-
Whether to provide urls to download the static files from a webserver without organization and security protection, or use Opencast to provide the files.
All Classes and Interfaces|All Packages|Constant Field Values