Uses of Interface
org.apache.tapestry.services.RequestExceptionHandler

Packages that use RequestExceptionHandler
org.apache.tapestry.internal.services   
org.apache.tapestry.services   
 

Uses of RequestExceptionHandler in org.apache.tapestry.internal.services
 

Classes in org.apache.tapestry.internal.services that implement RequestExceptionHandler
 class DefaultRequestExceptionHandler
          Default implementation of RequestExceptionHandler that displays the standard ExceptionReport page.
 

Uses of RequestExceptionHandler in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services with parameters of type RequestExceptionHandler
 void TapestryModule.contributeRequestHandler(OrderedConfiguration<RequestFilter> configuration, Context context, RequestExceptionHandler exceptionHandler, long checkInterval, long updateTimeout, InternalRequestGlobals requestGlobals, LocalizationSetter localizationSetter)
          Continues a number of filters into the RequestHandler service: StaticFiles Checks to see if the request is for an actual file, if so, returns true to let the servlet container process the request CheckForUpdates Periodically fires events that checks to see if the file system sources for any cached data has changed (see CheckForUpdatesFilter).
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.