org.juzu
Class Response.Action.Redirect

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

public static class Response.Action.Redirect
extends Response.Action

A response instructing to execute an HTTP redirection after the current interaction.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.juzu.Response.Action
Response.Action.Redirect, Response.Action.Render
 
Nested classes/interfaces inherited from class org.juzu.Response
Response.Action, Response.Mime, Response.Resource, Response.Stream, Response.Update
 
Constructor Summary
Response.Action.Redirect(String location)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLocation()
           
 
Methods inherited from class org.juzu.Response
notFound, notFound, ok, ok, redirect, status, status
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response.Action.Redirect

public Response.Action.Redirect(String location)
Method Detail

getLocation

public String getLocation()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.