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

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

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

Methods in org.apache.wicket.settings that return IExceptionSettings.AjaxErrorStrategy
 IExceptionSettings.AjaxErrorStrategy IExceptionSettings.getAjaxErrorHandlingStrategy()
           
static IExceptionSettings.AjaxErrorStrategy IExceptionSettings.AjaxErrorStrategy.valueOf(java.lang.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 are declared.
 

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

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

Methods in org.apache.wicket.settings.def that return IExceptionSettings.AjaxErrorStrategy
 IExceptionSettings.AjaxErrorStrategy ExceptionSettings.getAjaxErrorHandlingStrategy()
           
 

Methods in org.apache.wicket.settings.def with parameters of type IExceptionSettings.AjaxErrorStrategy
 void ExceptionSettings.setAjaxErrorHandlingStrategy(IExceptionSettings.AjaxErrorStrategy errorHandlingStrategyDuringAjaxRequests)
           
 



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