All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.controllers.FrontController.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






FrontController (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.controllers

Interface FrontController

  • All Known Implementing Classes:
    SpincastFrontController


    public interface FrontController
    The front controller is called by the HTTP server when a request for something else than a static resource arrives. It finds the appropriate route to use and will call the associated handlers. It also manages exceptions and not found resources.
    • Method Detail

      • handle

        void handle(Object exchange)
        Parameters:
        exchange - an object representing the current request, provided by the HTTP server

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy