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.ThreadDumpStrategyExceptionSettings. getThreadDumpStrategy()static ExceptionSettings.ThreadDumpStrategyExceptionSettings.ThreadDumpStrategy. valueOf(java.lang.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 ExceptionSettingsExceptionSettings. setThreadDumpStrategy(ExceptionSettings.ThreadDumpStrategy strategy)Sets the strategy to use for dumping stack traces of live threads in the JVM.
-