org.apache.tapestry.services
Interface WebRequestServicer
- All Known Subinterfaces:
- IEngine
- All Known Implementing Classes:
- AbstractEngine, BaseEngine, InvokeEngineTerminator, WMLEngine
public interface WebRequestServicer
Interface for objects that can handle web requests; few classes implement
this, instead they implement
WebRequestServicerFilter
and plug
into the tapestry.request.WebRequestServicerPipeline configuration point.
- Since:
- 4.0
- Author:
- Howard M. Lewis Ship
service
void service(WebRequest request,
WebResponse response)
throws IOException
- Throws:
IOException
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.