|
eXo WS :: REST :: Extentions 2.3.0-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.rest.ext.provider.XSLTStreamingOutput
public class XSLTStreamingOutput
This type should be used by resource methods when need to apply XSLT
transformation for returned Source.
StreamingOutput| Constructor Summary | |
|---|---|
XSLTStreamingOutput(String schemeName,
Source source)
XSLTStreamingOutput constructor. |
|
XSLTStreamingOutput(String schemeName,
Source source,
Map<String,String> xsltParams)
XSLTStreamingOutput constructor. |
|
| Method Summary | |
|---|---|
void |
write(OutputStream outStream)
. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSLTStreamingOutput(String schemeName,
Source source)
schemeName - XLST scheme name. Must be registered in
TRAXTemplatesLoaderPlugin source - entity to write into output stream.
public XSLTStreamingOutput(String schemeName,
Source source,
Map<String,String> xsltParams)
schemeName - XLST scheme name. Must be registered in
TRAXTemplatesLoaderPlugin source - entity to write into output stream.xsltParams - XSLT parameters| Method Detail |
|---|
public void write(OutputStream outStream)
throws IOException,
javax.ws.rs.WebApplicationException
write in interface javax.ws.rs.core.StreamingOutputIOException
javax.ws.rs.WebApplicationException
|
eXo WS :: REST :: Extentions 2.3.0-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||