public.javadoc.org.spincast.plugins.routing.DefaultHandler.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
DefaultHandler (org.spincast:spincast-framework 1.14.0 API)
org.spincast.plugins.routing
Interface DefaultHandler
-
- All Superinterfaces:
- Handler<DefaultRequestContext>
public interface DefaultHandler
extends Handler<DefaultRequestContext>
Default route handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type
Method and Description
void
handle(DefaultRequestContext context)
Receives a request context
object and
handles it.
-
-
Method Detail
-
handle
void handle(DefaultRequestContext context)
Description copied from interface: Handler
Receives a request context
object and
handles it.
- Specified by:
handle
in interface Handler<DefaultRequestContext>
Copyright © 2019. All rights reserved.