Package org.pentaho.di.www
Interface CarteRequestHandler
-
- All Known Implementing Classes:
BaseCartePlugin
public interface CarteRequestHandler
- Author:
- nhudak
- See Also:
BaseCartePlugin
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CarteRequestHandler.CarteRequest
static interface
CarteRequestHandler.CarteResponse
static interface
CarteRequestHandler.OutputStreamResponse
static interface
CarteRequestHandler.WriterResponse
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleRequest(CarteRequestHandler.CarteRequest request)
-
-
-
Method Detail
-
handleRequest
void handleRequest(CarteRequestHandler.CarteRequest request) throws IOException
- Throws:
IOException
-
-