public class LoginOutcomeBean
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_REDIRECT_URL
The name of the request parameter that provides the initial value of the
LoginOutcomeBean.redirectURL property. |
| Constructor and Description |
|---|
LoginOutcomeBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRedirectURL()
Gets the URL to redirect to after successful login.
|
void |
setRedirectURL(java.lang.String redirectURL)
Sets the URL to redirect to after successful login.
|
public static final java.lang.String PARAM_REDIRECT_URL
LoginOutcomeBean.redirectURL property.public java.lang.String getRedirectURL()
public void setRedirectURL(java.lang.String redirectURL)
redirectURL - the URL to redirect to after successful loginCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.