Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

using XSLTJaxbProvider for text/csv

$
0
0
Hi All!

XSLTJaxbProvider has annotation
@Produces({"application/xml", "application/*+xml", "text/xml", "text/html"
})
so it is impossible to use it for text/csv

is there a way to override it with , example with

@Produces({"application/xml", "application/*+xml", "text/*" })
public class XSLTJaxbProvider2 extends XSLTJaxbProvider {

but without writing overriding class.

Viewing all articles
Browse latest Browse all 5648

Trending Articles