net.wotonomy.web
Class WODirectActionRequestHandler

java.lang.Object
  extended by net.wotonomy.web.WORequestHandler
      extended by net.wotonomy.web.WODirectActionRequestHandler

public class WODirectActionRequestHandler
extends WORequestHandler

An implementation of WORequestHandler that dispatches DirectActions.

See WODirectAction for the rules for parsing a request. In short, className defaults to "DirectAction", and the action defaults to "default". The action class is expected to have a constructor that takes a WORequest parameter.

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

Constructor Summary
WODirectActionRequestHandler()
           
 
Method Summary
 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

WODirectActionRequestHandler

public WODirectActionRequestHandler()
Method Detail

handleRequest

public WOResponse handleRequest(WORequest aRequest)
Description copied from class: WORequestHandler
Dispatches the request and returns the response.

Specified by:
handleRequest in class WORequestHandler


Copyright © 2006 null. All Rights Reserved.