Uses of Class
org.apache.wicket.settings.IExceptionSettings.ThreadDumpStrategy

Packages that use IExceptionSettings.ThreadDumpStrategy
org.apache.wicket.settings   
org.apache.wicket.settings.def   
 

Uses of IExceptionSettings.ThreadDumpStrategy in org.apache.wicket.settings
 

Methods in org.apache.wicket.settings that return IExceptionSettings.ThreadDumpStrategy
 IExceptionSettings.ThreadDumpStrategy IExceptionSettings.getThreadDumpStrategy()
           
static IExceptionSettings.ThreadDumpStrategy IExceptionSettings.ThreadDumpStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IExceptionSettings.ThreadDumpStrategy[] IExceptionSettings.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 IExceptionSettings.ThreadDumpStrategy
 void IExceptionSettings.setThreadDumpStrategy(IExceptionSettings.ThreadDumpStrategy strategy)
          Sets the strategy to use for dumping stack traces of live threads in the JVM.
 

Uses of IExceptionSettings.ThreadDumpStrategy in org.apache.wicket.settings.def
 

Methods in org.apache.wicket.settings.def that return IExceptionSettings.ThreadDumpStrategy
 IExceptionSettings.ThreadDumpStrategy ExceptionSettings.getThreadDumpStrategy()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IExceptionSettings.ThreadDumpStrategy
 void ExceptionSettings.setThreadDumpStrategy(IExceptionSettings.ThreadDumpStrategy strategy)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.