Class ALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity>
- java.lang.Object
-
- de.xima.fc.api.rest.impl.common.resource.response.AResource
-
- de.xima.fc.api.rest.impl.common.resource.response.AUuidResource
-
- de.xima.fc.api.rest.impl.common.resource.response.AUuidFileResource<TFileMeta>
-
- de.xima.fc.api.rest.impl.common.resource.response.ALocalizedScopedFileResource<TFileMeta>
-
- Type Parameters:
TFileMeta
- type of localized scoped file meta entity
- All Implemented Interfaces:
IResource
,IUuidResource
,Serializable
- Direct Known Subclasses:
BaseFormFileResource
,BaseFormFileResource
,BaseUserPortalFileResource
public abstract class ALocalizedScopedFileResource<TFileMeta extends ILocalizedScopedFileMetaEntity<?,?> & IUUIDEntity> extends AUuidFileResource<TFileMeta>
Abstract base class forlocalized scoped files
.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ALocalizedScopedFileResource(TFileMeta entity, String baseResourcePath, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMimeType()
-
Methods inherited from class de.xima.fc.api.rest.impl.common.resource.response.AUuidFileResource
getCreatedTimestamp, getFileName, getFileSize, getModifiedTimestamp
-
Methods inherited from class de.xima.fc.api.rest.impl.common.resource.response.AUuidResource
getUuid
-
-