Uses of Class
org.apache.wicket.settings.ExceptionSettings.NotRenderableErrorStrategy
-
Packages that use ExceptionSettings.NotRenderableErrorStrategy Package Description org.apache.wicket.settings -
-
Uses of ExceptionSettings.NotRenderableErrorStrategy in org.apache.wicket.settings
Methods in org.apache.wicket.settings that return ExceptionSettings.NotRenderableErrorStrategy Modifier and Type Method Description ExceptionSettings.NotRenderableErrorStrategyExceptionSettings. getNotRenderableErrorStrategy()static ExceptionSettings.NotRenderableErrorStrategyExceptionSettings.NotRenderableErrorStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExceptionSettings.NotRenderableErrorStrategy[]ExceptionSettings.NotRenderableErrorStrategy. 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 ExceptionSettings.NotRenderableErrorStrategy Modifier and Type Method Description voidExceptionSettings. setNotRenderableErrorStrategy(ExceptionSettings.NotRenderableErrorStrategy notRenderableErrorStrategy)
-