org.jboss.portal.web
Interface WebRunnable


public interface WebRunnable

Defines a web runnable.

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 void run(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Executes the runnable task with the provided request and reponse.
 

Method Detail

run

void run(javax.servlet.http.HttpServletRequest request,
         javax.servlet.http.HttpServletResponse response)
Executes the runnable task with the provided request and reponse.

Parameters:
request - the request
response - the response


Copyright © 2008. All Rights Reserved.