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
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
execute
String execute(ActionResource resource)