|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.jmx.DebugSettings
public class DebugSettings
Exposes Application related functionality for JMX.
| Constructor Summary | |
|---|---|
DebugSettings(Application application)
Create. |
|
| Method Summary | |
|---|---|
boolean |
getComponentUseCheck()
|
boolean |
isAjaxDebugModeEnabled()
Returns status of ajax debug mode. |
boolean |
isDevelopmentUtilitiesEnabled()
Are all of the panels and pages, etc, from wicket-devutils package enabled? |
boolean |
isLinePreciseReportingOnAddComponentEnabled()
Returns status of line precise error reporting for added components that are not present in the markup: it points to the line where the component was added to the hierarchy in your Java classes. |
boolean |
isLinePreciseReportingOnNewComponentEnabled()
Returns status of line precise error reporting for new components that are not present in the markup: it points to the line where the component was created in your Java classes. |
boolean |
isOutputComponentPath()
|
boolean |
isOutputMarkupContainerClassName()
Returns whether the output of markup container's should be wrapped by comments containing the container's class name. |
void |
setAjaxDebugModeEnabled(boolean enable)
Enables or disables ajax debug mode. |
void |
setComponentUseCheck(boolean check)
Sets componentUseCheck debug settings |
void |
setDevelopmentUtilitiesEnabled(boolean enable)
Enables all of the panels and pages, etc, from wicket-devutils package. |
void |
setLinePreciseReportingOnAddComponentEnabled(boolean enable)
Enables line precise error reporting for added components that are not present in the markup: it points to the line where the component was added to the hierarchy in your Java classes. |
void |
setLinePreciseReportingOnNewComponentEnabled(boolean enable)
Enables line precise error reporting for new components that are not present in the markup: it points to the line where the component was created in your Java classes. |
void |
setOutputComponentPath(boolean enabled)
If set to true wicket will output component path in a wicket:path
attribute of the component tag. |
void |
setOutputMarkupContainerClassName(boolean enable)
Enables wrapping output of markup container in html comments that contain markup container's class name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugSettings(Application application)
application - | Method Detail |
|---|
public boolean getComponentUseCheck()
getComponentUseCheck in interface DebugSettingsMBeanDebugSettingsMBean.getComponentUseCheck()public boolean isAjaxDebugModeEnabled()
DebugSettingsMBeanIDebugSettings for details
isAjaxDebugModeEnabled in interface DebugSettingsMBeanDebugSettingsMBean.isAjaxDebugModeEnabled()public void setAjaxDebugModeEnabled(boolean enable)
DebugSettingsMBeanIDebugSettings for details
setAjaxDebugModeEnabled in interface DebugSettingsMBeanDebugSettingsMBean.setAjaxDebugModeEnabled(boolean)public void setComponentUseCheck(boolean check)
DebugSettingsMBean
setComponentUseCheck in interface DebugSettingsMBeanDebugSettingsMBean.setComponentUseCheck(boolean)public void setOutputComponentPath(boolean enabled)
DebugSettingsMBeantrue wicket will output component path in a wicket:path
attribute of the component tag. This can be useful for debugging and automating tests.
setOutputComponentPath in interface DebugSettingsMBeanDebugSettingsMBean.setOutputComponentPath(boolean)public boolean isOutputComponentPath()
isOutputComponentPath in interface DebugSettingsMBeantrue if output component path feature is enabled, false
otherwiseDebugSettingsMBean.isOutputComponentPath()public void setOutputMarkupContainerClassName(boolean enable)
DebugSettingsMBean
setOutputMarkupContainerClassName in interface DebugSettingsMBeanDebugSettingsMBean.setOutputMarkupContainerClassName(boolean)public boolean isOutputMarkupContainerClassName()
DebugSettingsMBean
isOutputMarkupContainerClassName in interface DebugSettingsMBeanDebugSettingsMBean.isOutputMarkupContainerClassName()public boolean isLinePreciseReportingOnAddComponentEnabled()
DebugSettingsMBean
isLinePreciseReportingOnAddComponentEnabled in interface DebugSettingsMBeanDebugSettingsMBean.isLinePreciseReportingOnAddComponentEnabled()public void setLinePreciseReportingOnAddComponentEnabled(boolean enable)
DebugSettingsMBean
setLinePreciseReportingOnAddComponentEnabled in interface DebugSettingsMBeanDebugSettingsMBean.setLinePreciseReportingOnAddComponentEnabled(boolean)public boolean isLinePreciseReportingOnNewComponentEnabled()
DebugSettingsMBean
isLinePreciseReportingOnNewComponentEnabled in interface DebugSettingsMBeanDebugSettingsMBean.isLinePreciseReportingOnNewComponentEnabled()public void setLinePreciseReportingOnNewComponentEnabled(boolean enable)
DebugSettingsMBean
setLinePreciseReportingOnNewComponentEnabled in interface DebugSettingsMBeanDebugSettingsMBean.setLinePreciseReportingOnNewComponentEnabled(boolean)public void setDevelopmentUtilitiesEnabled(boolean enable)
DebugSettingsMBean
setDevelopmentUtilitiesEnabled in interface DebugSettingsMBeanDebugSettingsMBean.setDevelopmentUtilitiesEnabled(boolean)public boolean isDevelopmentUtilitiesEnabled()
DebugSettingsMBean
isDevelopmentUtilitiesEnabled in interface DebugSettingsMBeanDebugSettingsMBean.isDevelopmentUtilitiesEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||