juzu.request
Class DefaultErrorController

java.lang.Object
  extended by juzu.request.DefaultErrorController
All Implemented Interfaces:
Handler<Response.Error,Response>

public class DefaultErrorController
extends Object
implements Handler<Response.Error,Response>

Author:
Julien Viet

Constructor Summary
DefaultErrorController()
           
 
Method Summary
 Response handle(Response.Error argument)
          Perform handling.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorController

public DefaultErrorController()
Method Detail

handle

public Response handle(Response.Error argument)
Description copied from interface: Handler
Perform handling.

Specified by:
handle in interface Handler<Response.Error,Response>
Parameters:
argument - the argument
Returns:
the result


Copyright © 2014 eXo Platform SAS. All rights reserved.