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