org.abstracthorizon.danube.http
Class HTTPMVCConnectionHandler
java.lang.Object
org.abstracthorizon.danube.mvc.MVCConnectionHandler
org.abstracthorizon.danube.http.HTTPMVCConnectionHandler
- All Implemented Interfaces:
- ConnectionHandler
public class HTTPMVCConnectionHandler
- extends MVCConnectionHandler
This class represents MVC controller for HTTP. It just adds
no caching headers to http response.
- Author:
- Daniel Sendula
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPMVCConnectionHandler
public HTTPMVCConnectionHandler()
- Constructor
handleConnection
public void handleConnection(Connection connection)
- This method just adds no caching headers to response
- Specified by:
handleConnection
in interface ConnectionHandler
- Overrides:
handleConnection
in class MVCConnectionHandler
- Parameters:
connection
- connection
- Throws:
IOException
- if thrown by super handleConnection(Connection)
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.