Class LocaleHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

    public class LocaleHandler
    extends Object
    implements io.undertow.server.HttpHandler
    Author:
    svenkubiak, williamdunne
    • Constructor Detail

      • LocaleHandler

        @Inject
        public LocaleHandler​(Config config)
    • Method Detail

      • handleRequest

        public void handleRequest​(io.undertow.server.HttpServerExchange exchange)
                           throws Exception
        Specified by:
        handleRequest in interface io.undertow.server.HttpHandler
        Throws:
        Exception