public class Link extends Handover implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Link.UrlParameter |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoRedirect |
static String |
FIELD_AUTO_REDIRECT |
static String |
FIELD_PARAMETERS |
protected Set<String> |
parameters |
_href, _text, _title, FIELD_HREF, FIELD_TEXT, FIELD_TITLE| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoRedirect() |
Set<String> |
getParameters() |
Link |
safeSetParameters(Set<String> value) |
Link |
setAutoRedirect(boolean value) |
Link |
setParameters(Set<String> value) |
getHref, getText, getTitle, safeSetHref, safeSetText, safeSetTitle, setHref, setText, setTitleclean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_AUTO_REDIRECT
public static final String FIELD_PARAMETERS
protected boolean autoRedirect
Copyright 2022 OneSpan All rights reserved.