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

Packages that use IExceptionSettings.AjaxErrorStrategy
org.apache.wicket.settings   
 

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

Methods in org.apache.wicket.settings that return IExceptionSettings.AjaxErrorStrategy
 IExceptionSettings.AjaxErrorStrategy Settings.getAjaxErrorHandlingStrategy()
           
 IExceptionSettings.AjaxErrorStrategy IExceptionSettings.getAjaxErrorHandlingStrategy()
           
static IExceptionSettings.AjaxErrorStrategy IExceptionSettings.AjaxErrorStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IExceptionSettings.AjaxErrorStrategy[] IExceptionSettings.AjaxErrorStrategy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.wicket.settings with parameters of type IExceptionSettings.AjaxErrorStrategy
 void Settings.setAjaxErrorHandlingStrategy(IExceptionSettings.AjaxErrorStrategy errorHandlingStrategyDuringAjaxRequests)
           
 void IExceptionSettings.setAjaxErrorHandlingStrategy(IExceptionSettings.AjaxErrorStrategy strategy)
          Sets strategy used to handle errors during Ajax request processing
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.