Interface AppHandler

All Superinterfaces:
Handler<AppRequestContext>

public interface AppHandler extends Handler<AppRequestContext>
The only purpose of this interface is to make it easier to declare a Route Handler as "AppHandler" instead of "Handler<AppRequestContext>".
  • Method Summary

    Methods inherited from interface org.spincast.core.routing.Handler

    handle