public interface DebugSettingsMBean
Modifier and Type | Method and Description |
---|---|
String |
getComponentPathAttributeName() |
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 |
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 |
setComponentPathAttributeName(String name)
If the parameter value is non-empty then Wicket will use it as the name of an attribute of the
component tag to print the
Component 's path. |
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 |
setOutputMarkupContainerClassName(boolean enable)
Enables wrapping output of markup container in html comments that contain markup container's
class name.
|
boolean getComponentUseCheck()
boolean isAjaxDebugModeEnabled()
void setAjaxDebugModeEnabled(boolean enable)
enable
- void setComponentUseCheck(boolean check)
check
- void setComponentPathAttributeName(String name)
Component
's path.enabled
- String getComponentPathAttributeName()
ComponentTag
.
If null
or empty then the attribute won't be renderedsetComponentPathAttributeName(String)
void setOutputMarkupContainerClassName(boolean enable)
enable
- boolean isOutputMarkupContainerClassName()
boolean isLinePreciseReportingOnAddComponentEnabled()
void setLinePreciseReportingOnAddComponentEnabled(boolean enable)
enable
- boolean isLinePreciseReportingOnNewComponentEnabled()
void setLinePreciseReportingOnNewComponentEnabled(boolean enable)
enable
- void setDevelopmentUtilitiesEnabled(boolean enable)
enable
- boolean isDevelopmentUtilitiesEnabled()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.