de.ls10.jsf.components.models
Class TagCloudLinkExternal

java.lang.Object
  extended by de.ls10.jsf.components.models.TagCloudLink
      extended by de.ls10.jsf.components.models.TagCloudLinkExternal
All Implemented Interfaces:
java.lang.Comparable<TagCloudLink>

public class TagCloudLinkExternal
extends TagCloudLink

This class models an external JSF link. External means, that this link refer to an site outside the originating web application. This link type is normally rendered as an HtmlOutputLink component by the HTML renderer.

Author:
Philip Gerlach , Oliver Horst

Field Summary
 
Fields inherited from class de.ls10.jsf.components.models.TagCloudLink
enabled, value, weight
 
Constructor Summary
TagCloudLinkExternal()
           
 
Method Summary
 java.lang.String getTargetFrame()
           
 java.net.URL getTargetURL()
           
 void setTargetFrame(java.lang.String targetFrame)
          Sets the target frame for this Link (this is an HTML specific attribute, so only the HTML renderer will make use of this)
 void setTargetURL(java.net.URL targetUrl)
          Sets the actual link target of this link.
 
Methods inherited from class de.ls10.jsf.components.models.TagCloudLink
compareTo, getValue, getWeight, isEnabled, setEnabled, setValue, setWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagCloudLinkExternal

public TagCloudLinkExternal()
Method Detail

setTargetFrame

public void setTargetFrame(java.lang.String targetFrame)
Sets the target frame for this Link (this is an HTML specific attribute, so only the HTML renderer will make use of this)

Parameters:
targetFrame - The actual HTML frame in which the resulting link should be opened.

getTargetFrame

public java.lang.String getTargetFrame()

setTargetURL

public void setTargetURL(java.net.URL targetUrl)
Sets the actual link target of this link.

Parameters:
targetUrl - The Url where the link should point to.

getTargetURL

public java.net.URL getTargetURL()


Copyright © 2007 University of Dortmund (FB4 / LS10). All Rights Reserved.