org.apache.wicket.jmx
Class DebugSettings

java.lang.Object
  extended by org.apache.wicket.jmx.DebugSettings
All Implemented Interfaces:
DebugSettingsMBean

public class DebugSettings
extends java.lang.Object
implements DebugSettingsMBean

Exposes Application related functionality for JMX.

Author:
eelcohillenius

Constructor Summary
DebugSettings(Application application)
          Create.
 
Method Summary
 boolean getComponentUseCheck()
           
 boolean isAjaxDebugModeEnabled()
          Returns status of ajax debug mode.
 void setAjaxDebugModeEnabled(boolean enable)
          Enables or disables ajax debug mode.
 void setComponentUseCheck(boolean check)
          Sets componentUseCheck debug settings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugSettings

public DebugSettings(Application application)
Create.

Parameters:
application -
Method Detail

getComponentUseCheck

public boolean getComponentUseCheck()
Specified by:
getComponentUseCheck in interface DebugSettingsMBean
Returns:
true if componentUseCheck is enabled
See Also:
DebugSettingsMBean.getComponentUseCheck()

isAjaxDebugModeEnabled

public boolean isAjaxDebugModeEnabled()
Description copied from interface: DebugSettingsMBean
Returns status of ajax debug mode. See IDebugSettings for details

Specified by:
isAjaxDebugModeEnabled in interface DebugSettingsMBean
Returns:
true if ajax debug mode is enabled, false otherwise
See Also:
DebugSettingsMBean.isAjaxDebugModeEnabled()

setAjaxDebugModeEnabled

public void setAjaxDebugModeEnabled(boolean enable)
Description copied from interface: DebugSettingsMBean
Enables or disables ajax debug mode. See IDebugSettings for details

Specified by:
setAjaxDebugModeEnabled in interface DebugSettingsMBean
See Also:
DebugSettingsMBean.setAjaxDebugModeEnabled(boolean)

setComponentUseCheck

public void setComponentUseCheck(boolean check)
Description copied from interface: DebugSettingsMBean
Sets componentUseCheck debug settings

Specified by:
setComponentUseCheck in interface DebugSettingsMBean
See Also:
DebugSettingsMBean.setComponentUseCheck(boolean)


Copyright © 2004-2009 Apache Software Foundation. All Rights Reserved.