public class URLRedirectType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static URLRedirectType |
FORWARD |
static URLRedirectType |
REDIRECT_PERM |
static URLRedirectType |
REDIRECT_TEMP |
| Constructor and Description |
|---|
URLRedirectType() |
URLRedirectType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static URLRedirectType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
void |
setType(String type) |
public static final URLRedirectType FORWARD
public static final URLRedirectType REDIRECT_PERM
public static final URLRedirectType REDIRECT_TEMP
public static URLRedirectType getInstance(String type)
public void setType(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.