org.jboss.seam.reports.spi
Annotation Type ReportOutputBinding


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ReportOutputBinding

Used on ReportRenderer.

Author:
george

Required Element Summary
 String value
          The value provides a hint to the underlying renderer
 
Optional Element Summary
 String mimeType
           
 

Element Detail

value

public abstract String value
The value provides a hint to the underlying renderer

mimeType

public abstract String mimeType
Default:
"*"


Copyright © 2011 Seam Framework. All Rights Reserved.