Uses of Interface
org.apache.tapestry.error.RequestExceptionReporter

Packages that use RequestExceptionReporter
org.apache.tapestry.asset Implementations of IAsset, as well as the ExternalResource, used to handle private assets. 
org.apache.tapestry.contrib.ajax

Ajax related contributions, things like Timeout and XTile allow a lot of common ajax functionality to be easily used. 

org.apache.tapestry.contrib.services.impl   
org.apache.tapestry.error Defines various services / utilies for error reporting. 
org.apache.tapestry.portlet Core portlet services. 
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of RequestExceptionReporter in org.apache.tapestry.asset
 

Methods in org.apache.tapestry.asset with parameters of type RequestExceptionReporter
 void AssetService.setExceptionReporter(RequestExceptionReporter exceptionReporter)
           
 

Uses of RequestExceptionReporter in org.apache.tapestry.contrib.ajax
 

Methods in org.apache.tapestry.contrib.ajax with parameters of type RequestExceptionReporter
 void XTileService.setExceptionReporter(RequestExceptionReporter exceptionReporter)
           
 

Uses of RequestExceptionReporter in org.apache.tapestry.contrib.services.impl
 

Methods in org.apache.tapestry.contrib.services.impl with parameters of type RequestExceptionReporter
 void RoundedCornerService.setExceptionReporter(RequestExceptionReporter exceptionReporter)
           
 

Uses of RequestExceptionReporter in org.apache.tapestry.error
 

Classes in org.apache.tapestry.error that implement RequestExceptionReporter
 class RequestExceptionReporterImpl
           
 

Methods in org.apache.tapestry.error with parameters of type RequestExceptionReporter
 void ExceptionPresenterImpl.setRequestExceptionReporter(RequestExceptionReporter requestExceptionReporter)
           
 

Uses of RequestExceptionReporter in org.apache.tapestry.portlet
 

Methods in org.apache.tapestry.portlet with parameters of type RequestExceptionReporter
 void PortletExceptionPresenter.setRequestExceptionReporter(RequestExceptionReporter requestExceptionReporter)
           
 

Uses of RequestExceptionReporter in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return RequestExceptionReporter
 RequestExceptionReporter Infrastructure.getRequestExceptionReporter()
          Service used to report exceptions to the console.
 

Uses of RequestExceptionReporter in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl that return RequestExceptionReporter
 RequestExceptionReporter InfrastructureImpl.getRequestExceptionReporter()
           
 



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