com.khubla.pragmatach.framework.controller.impl.streaming
Class AbstractStreamingController
java.lang.Object
com.khubla.pragmatach.framework.controller.impl.AbstractController
com.khubla.pragmatach.framework.controller.impl.streaming.AbstractStreamingController
- All Implemented Interfaces:
- StreamingController, PragmatachController
public abstract class AbstractStreamingController
- extends AbstractController
- implements StreamingController
- Author:
- tome
Methods inherited from class com.khubla.pragmatach.framework.controller.impl.AbstractController |
bad, buildWildcardResourceURI, forward, getApplicationURL, getCacheHeaders, getConfigurationParameter, getControllerName, getControllerName, getPragmatachRoute, getRequest, getResource, getSessionScopedController, ok, redirect, setPragmatachRoute, setRequest |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractStreamingController
public AbstractStreamingController()
render
public Response render()
throws PragmatachException
- render the response
- Throws:
PragmatachException
render
public abstract void render(InputStream httpInputStream,
OutputStream httpOutputStream)
throws PragmatachException
- the abstract method
- Specified by:
render
in interface StreamingController
- Throws:
PragmatachException
Copyright © 2014 khubla.com. All rights reserved.