org.olat.ims.qti.container.qtielements
Class RenderInstructions

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by org.olat.ims.qti.container.qtielements.RenderInstructions
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class RenderInstructions
extends java.util.HashMap

Initial Date: 26.11.2004

Author:
Mike Stock
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static java.lang.String KEY_APPLET_SUBMIT_URI
          Denotes the URI to submit flash item responses to.
static java.lang.String KEY_ITEM_INPUT
          Denotes this item's input.
static java.lang.String KEY_LOCALE
          Denotes Locale.
static java.lang.String KEY_RENDER_MODE
          How to render...
static java.lang.String KEY_RENDER_TITLE
          Render title TRUE/FALSE
static java.lang.String KEY_STATICS_PATH
          Denotes statics path for resources.
static int RENDER_FLOW_BLOCK
          Render as flow
static int RENDER_FLOW_LIST
          Render as list
static int RENDER_MODE_FORM
          Render as form for input.
static int RENDER_MODE_STATIC
          Render static
 
Constructor Summary
RenderInstructions()
           
 
Method Summary
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

RENDER_MODE_FORM

public static final int RENDER_MODE_FORM
Render as form for input.

See Also:
Constant Field Values

RENDER_MODE_STATIC

public static final int RENDER_MODE_STATIC
Render static

See Also:
Constant Field Values

RENDER_FLOW_BLOCK

public static final int RENDER_FLOW_BLOCK
Render as flow

See Also:
Constant Field Values

RENDER_FLOW_LIST

public static final int RENDER_FLOW_LIST
Render as list

See Also:
Constant Field Values

KEY_STATICS_PATH

public static final java.lang.String KEY_STATICS_PATH
Denotes statics path for resources.

See Also:
Constant Field Values

KEY_LOCALE

public static final java.lang.String KEY_LOCALE
Denotes Locale.

See Also:
Constant Field Values

KEY_APPLET_SUBMIT_URI

public static final java.lang.String KEY_APPLET_SUBMIT_URI
Denotes the URI to submit flash item responses to.

See Also:
Constant Field Values

KEY_ITEM_INPUT

public static final java.lang.String KEY_ITEM_INPUT
Denotes this item's input. May be null if no answer given at this time.

See Also:
Constant Field Values

KEY_RENDER_MODE

public static final java.lang.String KEY_RENDER_MODE
How to render... see render mode constants

See Also:
Constant Field Values

KEY_RENDER_TITLE

public static final java.lang.String KEY_RENDER_TITLE
Render title TRUE/FALSE

See Also:
Constant Field Values
Constructor Detail

RenderInstructions

public RenderInstructions()