wicket.jmx
Interface DebugSettingsMBean

All Known Implementing Classes:
DebugSettings

public interface DebugSettingsMBean

Debug settings.

Author:
eelcohillenius

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
 

Method Detail

getComponentUseCheck

boolean getComponentUseCheck()
Returns:
true if componentUseCheck is enabled

getSerializeSessionAttributes

boolean getSerializeSessionAttributes()
Returns:
true if serialize session attributes is enabled, false otherwise

isAjaxDebugModeEnabled

boolean isAjaxDebugModeEnabled()
Returns status of ajax debug mode. See IDebugSettings for details

Returns:
true if ajax debug mode is enabled, false otherwise

setAjaxDebugModeEnabled

void setAjaxDebugModeEnabled(boolean enable)
Enables or disables ajax debug mode. See IDebugSettings for details

Parameters:
enable -

setComponentUseCheck

void setComponentUseCheck(boolean check)
Sets componentUseCheck debug settings

Parameters:
check -

setSerializeSessionAttributes

void setSerializeSessionAttributes(boolean serialize)
Sets the seriaalize session attributes setting

Parameters:
serialize -


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