protected static class FriendlyURLServlet.Redirect
extends Object
| Constructor and Description |
|---|
Redirect() |
Redirect(String path) |
Redirect(String path,
boolean force,
boolean permanent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPath() |
int |
hashCode() |
boolean |
isForce() |
boolean |
isPermanent() |
boolean |
isValidForward() |
public Redirect()
public Redirect(String path)
public Redirect(String path,
boolean force,
boolean permanent)
public boolean equals(Object obj)
equals in class Objectpublic String getPath()
public int hashCode()
hashCode in class Objectpublic boolean isForce()
public boolean isPermanent()
public boolean isValidForward()