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

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

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

Fields in org.apache.wicket.settings declared as IExceptionSettings.UnexpectedExceptionDisplay
static IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.SHOW_EXCEPTION_PAGE
          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
          Indicates a generic internal error page should be shown when an unexpected exception is thrown.
static IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.SHOW_NO_EXCEPTION_PAGE
          Indicates that no exception page should be shown when an unexpected exception is thrown.
 

Methods in org.apache.wicket.settings that return IExceptionSettings.UnexpectedExceptionDisplay
 IExceptionSettings.UnexpectedExceptionDisplay Settings.getUnexpectedExceptionDisplay()
           
 IExceptionSettings.UnexpectedExceptionDisplay IRequestCycleSettings.getUnexpectedExceptionDisplay()
           
 IExceptionSettings.UnexpectedExceptionDisplay IExceptionSettings.getUnexpectedExceptionDisplay()
           
 

Methods in org.apache.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)
          The exception display type determines how the framework displays exceptions to you as a developer or user.
 



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