|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Target(value=TYPE) @Retention(value=RUNTIME) public @interface ImplicitProduces
Defines the media type(s) that a resource class can produce for implicit views.
The list of media types may be declared individually as String items or as a comma separated list of one or more String items.
A quality source parameter, qs, may be declared as a paramter of a media type. The quality source will be multiple by the quality parameter, q, of an acceptable matching media type. This enables the application to prefer say "text/html" over "application/xml" even if the client declares a higher quality value for the latter than the former.
Required Element Summary | |
---|---|
java.lang.String[] |
value
A list of media types. |
Element Detail |
---|
public abstract java.lang.String[] value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |