net.wotonomy.web
Class WORequestHandler

java.lang.Object
  extended by net.wotonomy.web.WORequestHandler
Direct Known Subclasses:
WOComponentRequestHandler, WODirectActionRequestHandler, WOResourceRequestHandler

public abstract class WORequestHandler
extends java.lang.Object

A pure java implementation that corresponds to the abstract class WORequestHandler.

Version:
$Revision: 905 $
Author:
michael@mpowers.net, $Author: cgruber $

Constructor Summary
WORequestHandler()
          Default constructor.
 
Method Summary
abstract  WOResponse handleRequest(WORequest aRequest)
          Dispatches the request and returns the response.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WORequestHandler

public WORequestHandler()
Default constructor.

Method Detail

handleRequest

public abstract WOResponse handleRequest(WORequest aRequest)
Dispatches the request and returns the response.



Copyright © 2006 null. All Rights Reserved.