no.inspera.services.pedal.actions
Class View

java.lang.Object
  extended by no.inspera.services.pedal.actions.View
All Implemented Interfaces:
Action

public class View
extends java.lang.Object
implements Action

The View action displays the module. The sequencing engine is used to ensure the correct sequencing of learning objects.

Since:
23.12.2007
Version:
$Id: View.java 45074 2008-05-29 10:04:54Z naimdjon $
Author:
Naimdjon Takhirov

Constructor Summary
View()
           
 
Method Summary
 Result execute(no.inspera.utils.Parameters params)
          Executes action and displays the module page with the next LearningObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

View

public View()
Method Detail

execute

public Result execute(no.inspera.utils.Parameters params)
Executes action and displays the module page with the next LearningObject.

Specified by:
execute in interface Action
Parameters:
params - the current request parameters.
Returns:
result of the action. The result is xml transformation that displays a learning object in the module.


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