org.apache.jetspeed.om.page
Interface Link

All Superinterfaces:
BaseElement, Document, Node, SecuredResource

public interface Link
extends Document

Link

Version:
$Id: Link.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Field Summary
static String DOCUMENT_TYPE
           
 
Fields inherited from interface org.apache.jetspeed.page.document.Node
PATH_SEPARATOR, PATH_SEPARATOR_CHAR
 
Method Summary
 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)
           
 
Methods inherited from interface org.apache.jetspeed.om.page.Document
getVersion, isDirty, setDirty, setVersion
 
Methods inherited from interface org.apache.jetspeed.page.document.Node
getMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setHidden, setParent, setPath
 
Methods inherited from interface org.apache.jetspeed.om.page.BaseElement
getId, getShortTitle, getTitle, setShortTitle, setTitle
 
Methods inherited from interface org.apache.jetspeed.om.common.SecuredResource
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, newSecurityConstraint, newSecurityConstraints, setSecurityConstraints
 

Field Detail

DOCUMENT_TYPE

static final String DOCUMENT_TYPE
See Also:
Constant Field Values
Method Detail

getSkin

String getSkin()
Returns the name of the skin associated to this link


setSkin

void setSkin(String skinName)
Defines the skin for this link. This skin should be known by the portal.

Parameters:
skinName - the name of the new skin applied to this link

setUrl

void setUrl(String url)
Parameters:
url - The url to set.

getTarget

String getTarget()
Returns:
Returns the target.

setTarget

void setTarget(String target)
Parameters:
target - The target to set.


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.