org.trails.descriptor.annotation
Annotation Type BlobDescriptor


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


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

fileName

public abstract java.lang.String fileName
Default:
""

contentType

public abstract java.lang.String contentType
Default:
""

renderType

public abstract BlobDescriptorExtension.RenderType renderType
Default:
LINK

contentDisposition

public abstract BlobDescriptorExtension.ContentDisposition contentDisposition
Default:
INLINE


Copyright © 2004-2008. All Rights Reserved.