Uses of Class
org.abstracthorizon.danube.connection.ConnectionException

Packages that use ConnectionException
org.abstracthorizon.danube.freemarker   
org.abstracthorizon.danube.http.auth   
org.abstracthorizon.danube.service.server   
org.abstracthorizon.danube.velocity   
org.abstracthorizon.danube.webflow   
 

Uses of ConnectionException in org.abstracthorizon.danube.freemarker
 

Methods in org.abstracthorizon.danube.freemarker that throw ConnectionException
 void FreeMarkerViewAdapter.render(Connection connection, ModelAndView modelAndView)
          This method renders output
 

Uses of ConnectionException in org.abstracthorizon.danube.http.auth
 

Methods in org.abstracthorizon.danube.http.auth that throw ConnectionException
 void JAASAuthenticatedHTTPContext.handleConnection(Connection connection)
          This method creates sets context path to be same as context path up to here plus this component's path.
 void JAASAuthenticator.handleConnection(Connection connection)
          This method creates sets context path to be same as context path up to here plus this component's path.
 

Uses of ConnectionException in org.abstracthorizon.danube.service.server
 

Methods in org.abstracthorizon.danube.service.server that throw ConnectionException
 void ServerConnectionHandler.handleConnection(Connection connection)
          This template method allows connection to be wrapped and then processes sequential requests/commands while socket is open or an exception occurs.
 

Uses of ConnectionException in org.abstracthorizon.danube.velocity
 

Methods in org.abstracthorizon.danube.velocity that throw ConnectionException
 void VelocityViewAdapter.render(Connection connection, ModelAndView modelAndView)
          This method renders output
 

Uses of ConnectionException in org.abstracthorizon.danube.webflow
 

Methods in org.abstracthorizon.danube.webflow that throw ConnectionException
 ModelAndView DanubeFlowController.handleRequest(Connection connection)
          Handles request
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.