| vqwiki.WikiAction
WikiAction | public interface WikiAction (Code) | | Generic interface for actions
Copyright 2004, Gareth Cronin
author: $Author: wrh2 $ author: Last Modified: $Date: 2006-04-23 09:52:28 +0200 (zo, 23 apr 2006) $ author: $Id: WikiAction.java 644 2006-04-23 07:52:28Z wrh2 $ |
doAction | void doAction(HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | Carry out the action resulting from the given request and then pass back the response
Parameters: request - request Parameters: response - response throws: Exception - any exception that occurs in the action |
|
|