|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.settings.def.DebugSettings
public class DebugSettings
| Constructor Summary | |
|---|---|
DebugSettings()
|
|
| 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 componentUseCheck)
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 outputComponentPath)
If set to true wicket will output component path in a wicketpath
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()
| Method Detail |
|---|
public boolean getComponentUseCheck()
getComponentUseCheck in interface IDebugSettingsIDebugSettings.getComponentUseCheck()public boolean isAjaxDebugModeEnabled()
IDebugSettingsIDebugSettings for
details
isAjaxDebugModeEnabled in interface IDebugSettingsIDebugSettings.isAjaxDebugModeEnabled()public boolean isLinePreciseReportingOnAddComponentEnabled()
IDebugSettings
isLinePreciseReportingOnAddComponentEnabled in interface IDebugSettingsIDebugSettings.isLinePreciseReportingOnAddComponentEnabled()public boolean isLinePreciseReportingOnNewComponentEnabled()
IDebugSettings
isLinePreciseReportingOnNewComponentEnabled in interface IDebugSettingsIDebugSettings.isLinePreciseReportingOnNewComponentEnabled()public boolean isOutputMarkupContainerClassName()
IDebugSettings
isOutputMarkupContainerClassName in interface IDebugSettingsIDebugSettings.isOutputMarkupContainerClassName()public void setAjaxDebugModeEnabled(boolean enable)
IDebugSettingsIDebugSettings
for details
setAjaxDebugModeEnabled in interface IDebugSettingsIDebugSettings.setAjaxDebugModeEnabled(boolean)public void setComponentUseCheck(boolean componentUseCheck)
IDebugSettings
setComponentUseCheck in interface IDebugSettingsIDebugSettings.setComponentUseCheck(boolean)public void setLinePreciseReportingOnAddComponentEnabled(boolean enable)
IDebugSettings
setLinePreciseReportingOnAddComponentEnabled in interface IDebugSettingspublic void setLinePreciseReportingOnNewComponentEnabled(boolean enable)
IDebugSettings
setLinePreciseReportingOnNewComponentEnabled in interface IDebugSettingsIDebugSettings.setLinePreciseReportingOnNewComponentEnabled(boolean)public void setOutputMarkupContainerClassName(boolean enable)
IDebugSettings
setOutputMarkupContainerClassName in interface IDebugSettingsIDebugSettings.setOutputMarkupContainerClassName(boolean)public boolean isOutputComponentPath()
isOutputComponentPath in interface IDebugSettingstrue if output component path feature is enabled, false
otherwiseIDebugSettings.isOutputComponentPath()public void setOutputComponentPath(boolean outputComponentPath)
IDebugSettingstrue wicket will output component path in a wicketpath
attribute of the component tag. This can be useful for debugging and automating tests.
setOutputComponentPath in interface IDebugSettingsIDebugSettings.setOutputComponentPath(boolean)public void setDevelopmentUtilitiesEnabled(boolean enable)
IDebugSettings
setDevelopmentUtilitiesEnabled in interface IDebugSettingsIDebugSettings.setDevelopmentUtilitiesEnabled(boolean)public boolean isDevelopmentUtilitiesEnabled()
IDebugSettings
isDevelopmentUtilitiesEnabled in interface IDebugSettingsIDebugSettings.isDevelopmentUtilitiesEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||