org.tynamo.descriptor.annotation
Annotation Type BlobDescriptor
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface BlobDescriptor
fileName
public abstract String fileName
- Default:
- ""
contentType
public abstract String contentType
- Default:
- ""
renderType
public abstract BlobDescriptorExtension.RenderType renderType
- Default:
- org.tynamo.descriptor.extension.BlobDescriptorExtension.RenderType.LINK
contentDisposition
public abstract BlobDescriptorExtension.ContentDisposition contentDisposition
- Default:
- org.tynamo.descriptor.extension.BlobDescriptorExtension.ContentDisposition.INLINE
Copyright © 2004-2009. All Rights Reserved.