Uses of Class
org.apache.wicket.settings.ExceptionSettings.AjaxErrorStrategy
-
Packages that use ExceptionSettings.AjaxErrorStrategy Package Description org.apache.wicket.settings -
-
Uses of ExceptionSettings.AjaxErrorStrategy in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return ExceptionSettings.AjaxErrorStrategy Modifier and Type Method Description ExceptionSettings.AjaxErrorStrategyExceptionSettings. getAjaxErrorHandlingStrategy()static ExceptionSettings.AjaxErrorStrategyExceptionSettings.AjaxErrorStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExceptionSettings.AjaxErrorStrategy[]ExceptionSettings.AjaxErrorStrategy. 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.AjaxErrorStrategy Modifier and Type Method Description ExceptionSettingsExceptionSettings. setAjaxErrorHandlingStrategy(ExceptionSettings.AjaxErrorStrategy errorHandlingStrategyDuringAjaxRequests)Sets strategy used to handle errors during Ajax request processing
-