Package org.pentaho.di.www
Interface CarteRequestHandler.CarteResponse
-
- Enclosing interface:
- CarteRequestHandler
public static interface CarteRequestHandler.CarteResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
with(String contentType, CarteRequestHandler.OutputStreamResponse response)
void
with(String contentType, CarteRequestHandler.WriterResponse response)
void
withMessage(String text)
-
-
-
Method Detail
-
with
void with(String contentType, CarteRequestHandler.WriterResponse response) throws IOException
- Throws:
IOException
-
with
void with(String contentType, CarteRequestHandler.OutputStreamResponse response) throws IOException
- Throws:
IOException
-
withMessage
void withMessage(String text) throws IOException
- Throws:
IOException
-
-