Uses of Class
org.apache.wicket.settings.ExceptionSettings.ThreadDumpStrategy
-
Packages that use ExceptionSettings.ThreadDumpStrategy Package Description org.apache.wicket.settings -
-
Uses of ExceptionSettings.ThreadDumpStrategy in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return ExceptionSettings.ThreadDumpStrategy Modifier and Type Method Description ExceptionSettings.ThreadDumpStrategy
ExceptionSettings. getThreadDumpStrategy()
static ExceptionSettings.ThreadDumpStrategy
ExceptionSettings.ThreadDumpStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExceptionSettings.ThreadDumpStrategy[]
ExceptionSettings.ThreadDumpStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.settings with parameters of type ExceptionSettings.ThreadDumpStrategy Modifier and Type Method Description ExceptionSettings
ExceptionSettings. setThreadDumpStrategy(ExceptionSettings.ThreadDumpStrategy strategy)
Sets the strategy to use for dumping stack traces of live threads in the JVM.
-