org.olat.core.gui.control.winmgr
Class AJAXFlags

java.lang.Object
  extended by org.olat.core.gui.control.winmgr.AJAXFlags

public class AJAXFlags
extends java.lang.Object

Description:
Initial Date: 23.03.2006

Author:
Felix Jost

Field Summary
static int MODE_NORMAL
           
static int MODE_TOBGIFRAME
           
 
Constructor Summary
AJAXFlags(WindowManager impl)
           
 
Method Summary
 boolean isIframePostEnabled()
          true, if links should be targeted into the background iframe.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_NORMAL

public static final int MODE_NORMAL
See Also:
Constant Field Values

MODE_TOBGIFRAME

public static final int MODE_TOBGIFRAME
See Also:
Constant Field Values
Constructor Detail

AJAXFlags

public AJAXFlags(WindowManager impl)
Parameters:
impl -
Method Detail

isIframePostEnabled

public boolean isIframePostEnabled()
true, if links should be targeted into the background iframe. and the result should be a json command structure to e.g. replace dom, call a user-js function

Returns: