org.abstracthorizon.danube.http
Class HTTPMVCConnectionHandler

java.lang.Object
  extended by org.abstracthorizon.danube.mvc.MVCConnectionHandler
      extended by 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

Field Summary
 
Fields inherited from class org.abstracthorizon.danube.mvc.MVCConnectionHandler
controller, view
 
Constructor Summary
HTTPMVCConnectionHandler()
          Constructor
 
Method Summary
 void handleConnection(Connection connection)
          This method just adds no caching headers to response
 
Methods inherited from class org.abstracthorizon.danube.mvc.MVCConnectionHandler
getController, getView, setController, setView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPMVCConnectionHandler

public HTTPMVCConnectionHandler()
Constructor

Method Detail

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.