Uses of Class
wicket.settings.IExceptionSettings.UnexpectedExceptionDisplay

Packages that use IExceptionSettings.UnexpectedExceptionDisplay
wicket.settings   
 

Uses of IExceptionSettings.UnexpectedExceptionDisplay in wicket.settings
 

Fields in wicket.settings declared as IExceptionSettings.UnexpectedExceptionDisplay
static IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.SHOW_EXCEPTION_PAGE
          Deprecated. Indicates that an exception page appropriate to development should be shown when an unexpected exception is thrown.
static IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.SHOW_INTERNAL_ERROR_PAGE
          Deprecated. Indicates a generic internal error page should be shown when an unexpected exception is thrown.
static IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.SHOW_NO_EXCEPTION_PAGE
          Deprecated. Indicates that no exception page should be shown when an unexpected exception is thrown.
 

Methods in wicket.settings that return IExceptionSettings.UnexpectedExceptionDisplay
 IExceptionSettings.UnexpectedExceptionDisplay Settings.getUnexpectedExceptionDisplay()
           
 IExceptionSettings.UnexpectedExceptionDisplay IRequestCycleSettings.getUnexpectedExceptionDisplay()
           
 IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.getUnexpectedExceptionDisplay()
          Deprecated. will be moved to IApplicationSettings in 2.0
 

Methods in wicket.settings with parameters of type IExceptionSettings.UnexpectedExceptionDisplay
 void Settings.setUnexpectedExceptionDisplay(IExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)
           
 void IRequestCycleSettings.setUnexpectedExceptionDisplay(IExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)
           
 void IExceptionSettings.setUnexpectedExceptionDisplay(IExceptionSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)
          Deprecated. will be moved to IApplicationSettings in 2.0
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.