no.inspera.services.pedal.actions
Interface Action

All Known Implementing Classes:
Configure, Empty, Index, Login, Rate, ShowIndex, Start, TagObject, View

public interface Action

An action is generic action to be performed in personalised course. Actions are invoked from PedalServlet servlet.

Since:
14.12.2007
Version:
$Id: Action.java 45069 2008-05-29 08:25:25Z naimdjon $
Author:
Naimdjon Takhirov

Method Summary
 Result execute(no.inspera.utils.Parameters params)
          Executes the action based on parameters that are sent.
 

Method Detail

execute

Result execute(no.inspera.utils.Parameters params)
Executes the action based on parameters that are sent.

Parameters:
params - request parameters.
Returns:
the result of the action.


Copyright © 2008 Naimdjon Takhirov (naimdjon@gmail.com). All Rights Reserved.