aerogear-controller 1.0.0.M1

Uses of Class
org.jboss.aerogear.controller.router.RouteContext

Packages that use RouteContext
org.jboss.aerogear.controller.router   
org.jboss.aerogear.controller.router.decorators   
org.jboss.aerogear.controller.router.rest   
 

Uses of RouteContext in org.jboss.aerogear.controller.router
 

Methods in org.jboss.aerogear.controller.router with parameters of type RouteContext
 void RouteProcessor.process(RouteContext routeContext)
          Handles the actual invocation of the target or the passed-in Route.
 void DefaultRouteProcessor.process(RouteContext routeContext)
           
 void Responder.respond(Object entity, RouteContext routeContext)
          Responds to the current request in a why appropriate to the type of Responder (forward, return).
 void MvcResponder.respond(Object entity, RouteContext routeContext)
           
private  boolean DefaultRouteProcessor.respond(String mediaType, Object result, RouteContext routeContext)
           
 

Uses of RouteContext in org.jboss.aerogear.controller.router.decorators
 

Methods in org.jboss.aerogear.controller.router.decorators with parameters of type RouteContext
 void SecurityHandler.process(RouteContext routeContext)
          This method will use the injected SecurityProvider to access to the route is allowed.
 void ErrorHandler.process(RouteContext routeContext)
           
 

Uses of RouteContext in org.jboss.aerogear.controller.router.rest
 

Methods in org.jboss.aerogear.controller.router.rest with parameters of type RouteContext
 void AbstractRestResponder.respond(Object entity, RouteContext routeContext)
           
 void JsonResponder.writeResponse(Object entity, RouteContext routeContext)
           
abstract  void AbstractRestResponder.writeResponse(Object entity, RouteContext routeContext)
          Writes the passed-in entity to the HttpServletResponse enabling concrete implementation to add additional headers of in other ways process the response.
 


aerogear-controller 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.