wicket.jmx
Class DebugSettings

java.lang.Object
  extended by 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(wicket.Application application)
          Create.
 
Method Summary
 boolean getComponentUseCheck()
           
 boolean getSerializeSessionAttributes()
           
 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
 void setSerializeSessionAttributes(boolean serialize)
          Sets the seriaalize session attributes setting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugSettings

public DebugSettings(wicket.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()

getSerializeSessionAttributes

public boolean getSerializeSessionAttributes()
Specified by:
getSerializeSessionAttributes in interface DebugSettingsMBean
Returns:
true if serialize session attributes is enabled, false otherwise
See Also:
DebugSettingsMBean.getSerializeSessionAttributes()

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)

setSerializeSessionAttributes

public void setSerializeSessionAttributes(boolean serialize)
Description copied from interface: DebugSettingsMBean
Sets the seriaalize session attributes setting

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


Copyright © 2004-2007 Wicket developers. All Rights Reserved.