org.apache.jetspeed.om.page
Interface Link

All Superinterfaces:
BaseElement, Document, Node, SecuredResource

public interface Link
extends Document

Link

Version:
$Id: Link.java 219058 2005-07-14 16:29:27Z rwatler $
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
 
Fields inherited from interface org.apache.jetspeed.om.common.SecuredResource
EDIT_ACTION, VIEW_ACTION
 
Method Summary
 String getTarget()
           
 void setTarget(String target)
           
 void setUrl(String url)
           
 
Methods inherited from interface org.apache.jetspeed.page.document.Node
getMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setParent, setPath
 
Methods inherited from interface org.apache.jetspeed.om.page.BaseElement
getId, getShortTitle, getTitle, setId, setShortTitle, setTitle
 
Methods inherited from interface org.apache.jetspeed.om.common.SecuredResource
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, setSecurityConstraints
 

Field Detail

DOCUMENT_TYPE

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

setUrl

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

getTarget

public String getTarget()
Returns:
Returns the target.

setTarget

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


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