Uses of Interface
org.apache.tapestry5.services.RequestExceptionHandler
-
Packages that use RequestExceptionHandler Package Description org.apache.tapestry5.internal.services [INTERNAL USE ONLY] internal service classes; API subject to change -
-
Uses of RequestExceptionHandler in org.apache.tapestry5.internal.services
Classes in org.apache.tapestry5.internal.services that implement RequestExceptionHandler Modifier and Type Class Description class
DefaultRequestExceptionHandler
Default implementation ofRequestExceptionHandler
that displays the standard ExceptionReport page.Constructors in org.apache.tapestry5.internal.services with parameters of type RequestExceptionHandler Constructor Description RequestErrorFilter(InternalRequestGlobals internalRequestGlobals, RequestExceptionHandler exceptionHandler)
-