org.activemath.webapp.extasy.actions
Interface Action

All Known Implementing Classes:
AddInteractionElement, AddMetadata, AddProblemstatement, AddRandomizer, AddTransition, ChangeLanguage, CreateExercise, DeleteInteraction, DeleteInteractionElement, DeleteItem, DeleteMultimedia, DeleteTransition, EditInteraction, EditInteractionElement, EditItem, EditMetadata, EditProblemstatement, EditRandomizer, EditTransition, GetDomain, GetExerciseCode, InsertMultimedia, LoadCollection, LoadExercise, Main, PushInteractionElement, PushTransition, RunExercise, SaveExercise, ShowCollection, ShowInteraction, ShowItemCode, ShowTransitions, ShowView, UploadMultimedia, XSLTransform

public interface Action


Field Summary
static String ACTION_CLASS_PATH
           
static String ACTION_MULTIPART
           
static String BLANK
           
static String DEFAULT_ACTION
           
static String DEFAULT_FORMAT
           
static String DEFAULT_LANG
           
static String EDITOR
           
static String ERROR
           
static String EXERCISE_CONTROL
           
static String EXERCISE_START_FRAME
           
static String FRAMESET
           
static String GRAPHIC
           
static String INTERACTION
           
static String INTERACTION_CONTROL
           
static String MAIN
           
static String MAPPING
           
static String METADATA
           
static String NULL
           
static String PREVIEW_FRAME
           
static String PROBLEMSTATEMENT
           
static String RANDOMIZER
           
static String REDIRECT
           
static String SELECTION
           
static String TEXT
           
static String TRANSITION
           
static String TRANSITION_CONTROL
           
static String TRANSITIONS
           
static String TYPE_EXERCISE
           
static String TYPE_NEW_TRANSITION_TO_EXISTING_STATE
           
static String TYPE_NEW_TRANSITION_TO_NEW_STATE
           
static String TYPE_PICTURE
           
static String UPLOAD_ACTION
           
 
Method Summary
 String execute(ActionResource resource)
           
 

Field Detail

ACTION_CLASS_PATH

static final String ACTION_CLASS_PATH

ACTION_MULTIPART

static final String ACTION_MULTIPART
See Also:
Constant Field Values

DEFAULT_LANG

static final String DEFAULT_LANG
See Also:
Constant Field Values

DEFAULT_FORMAT

static final String DEFAULT_FORMAT
See Also:
Constant Field Values

DEFAULT_ACTION

static final String DEFAULT_ACTION
See Also:
Constant Field Values

UPLOAD_ACTION

static final String UPLOAD_ACTION
See Also:
Constant Field Values

TYPE_NEW_TRANSITION_TO_NEW_STATE

static final String TYPE_NEW_TRANSITION_TO_NEW_STATE
See Also:
Constant Field Values

TYPE_NEW_TRANSITION_TO_EXISTING_STATE

static final String TYPE_NEW_TRANSITION_TO_EXISTING_STATE
See Also:
Constant Field Values

TYPE_EXERCISE

static final String TYPE_EXERCISE
See Also:
Constant Field Values

TYPE_PICTURE

static final String TYPE_PICTURE
See Also:
Constant Field Values

BLANK

static final String BLANK
See Also:
Constant Field Values

FRAMESET

static final String FRAMESET
See Also:
Constant Field Values

EDITOR

static final String EDITOR
See Also:
Constant Field Values

ERROR

static final String ERROR
See Also:
Constant Field Values

EXERCISE_CONTROL

static final String EXERCISE_CONTROL
See Also:
Constant Field Values

GRAPHIC

static final String GRAPHIC
See Also:
Constant Field Values

INTERACTION_CONTROL

static final String INTERACTION_CONTROL
See Also:
Constant Field Values

INTERACTION

static final String INTERACTION
See Also:
Constant Field Values

NULL

static final String NULL
See Also:
Constant Field Values

SELECTION

static final String SELECTION
See Also:
Constant Field Values

MAPPING

static final String MAPPING
See Also:
Constant Field Values

TEXT

static final String TEXT
See Also:
Constant Field Values

TRANSITION_CONTROL

static final String TRANSITION_CONTROL
See Also:
Constant Field Values

TRANSITION

static final String TRANSITION
See Also:
Constant Field Values

TRANSITIONS

static final String TRANSITIONS
See Also:
Constant Field Values

MAIN

static final String MAIN
See Also:
Constant Field Values

METADATA

static final String METADATA
See Also:
Constant Field Values

PROBLEMSTATEMENT

static final String PROBLEMSTATEMENT
See Also:
Constant Field Values

RANDOMIZER

static final String RANDOMIZER
See Also:
Constant Field Values

REDIRECT

static final String REDIRECT
See Also:
Constant Field Values

EXERCISE_START_FRAME

static final String EXERCISE_START_FRAME
See Also:
Constant Field Values

PREVIEW_FRAME

static final String PREVIEW_FRAME
See Also:
Constant Field Values
Method Detail

execute

String execute(ActionResource resource)