juzu
Class Response.Action

java.lang.Object
  extended by juzu.Response
      extended by juzu.Response.Action
Enclosing class:
Response

public abstract static class Response.Action
extends Response


Nested Class Summary
 
Nested classes/interfaces inherited from class juzu.Response
Response.Action, Response.Content<S extends Stream>, Response.Error, Response.Redirect, Response.Render, Response.View
 
Constructor Summary
Response.Action()
           
 
Method Summary
abstract  Map<String,String[]> getParameters()
           
 
Methods inherited from class juzu.Response
content, content, content, error, error, getProperties, notFound, notFound, ok, ok, redirect, with, with, withHeader, withNo, without
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response.Action

public Response.Action()
Method Detail

getParameters

public abstract Map<String,String[]> getParameters()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.