This project has retired. For details please refer to its Attic page.

Uses of Interface
org.apache.wink.server.handlers.Handler

Packages that use Handler
org.apache.wink.server.handlers   
 

Uses of Handler in org.apache.wink.server.handlers
 

Classes in org.apache.wink.server.handlers with type parameters of type Handler
 class AbstractHandlersChain<T extends Handler>
           
 

Subinterfaces of Handler in org.apache.wink.server.handlers
 interface RequestHandler
           
 interface ResponseHandler
           
 

Classes in org.apache.wink.server.handlers that implement Handler
 class AbstractHandler
          Convenience class for implementing a handler that is unaware of the handlers chain.
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.