org.tynamo.descriptor.annotation
Annotation Type BlobDescriptor


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface BlobDescriptor


Optional Element Summary
 BlobDescriptorExtension.ContentDisposition contentDisposition
           
 String contentType
           
 String fileName
           
 BlobDescriptorExtension.RenderType renderType
           
 

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.