public interface Link extends Document
Link
Modifier and Type | Field and Description |
---|---|
static String |
DOCUMENT_TYPE |
PATH_SEPARATOR, PATH_SEPARATOR_CHAR
Modifier and Type | Method and Description |
---|---|
String |
getSkin()
Returns the name of the skin associated to this link
|
String |
getTarget() |
void |
setSkin(String skinName)
Defines the skin for this link.
|
void |
setTarget(String target) |
void |
setUrl(String url) |
getVersion, isDirty, setDirty, setVersion
getMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setHidden, setParent, setPath
getId, getShortTitle, getTitle, isStale, setShortTitle, setTitle
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraints
static final String DOCUMENT_TYPE
String getSkin()
void setSkin(String skinName)
skinName
- the name of the new skin applied to this linkvoid setUrl(String url)
url
- The url to set.String getTarget()
void setTarget(String target)
target
- The target to set.Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.