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, setVersiongetMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setHidden, setParent, setPathgetId, getShortTitle, getTitle, isStale, setShortTitle, setTitlecheckAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraintsstatic 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.