Uses of Class
wicket.ApplicationSettings.UnexpectedExceptionDisplay

Packages that use ApplicationSettings.UnexpectedExceptionDisplay
wicket The core Wicket package. 
 

Uses of ApplicationSettings.UnexpectedExceptionDisplay in wicket
 

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

Methods in wicket that return ApplicationSettings.UnexpectedExceptionDisplay
 ApplicationSettings.UnexpectedExceptionDisplay ApplicationSettings.getUnexpectedExceptionDisplay()
           
 

Methods in wicket with parameters of type ApplicationSettings.UnexpectedExceptionDisplay
 ApplicationSettings ApplicationSettings.setUnexpectedExceptionDisplay(ApplicationSettings.UnexpectedExceptionDisplay unexpectedExceptionDisplay)
          The exception display type determines how the framework displays exceptions to you as a developer or user.
 



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