com.atlassian.confluence.selenium.client
Class EditorLink

java.lang.Object
  extended by com.atlassian.confluence.selenium.client.EditorLink

public class EditorLink
extends Object

Represents a hyperlink in the Editor


Constructor Summary
EditorLink(String resourceType, String alias, String relativeHref)
           
EditorLink(String resourceType, String resourceId, String alias, String relativeHref)
           
 
Method Summary
 String getAlias()
           
 String getResourceId()
           
 String getResourceType()
           
 String getURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorLink

public EditorLink(String resourceType,
                  String resourceId,
                  String alias,
                  String relativeHref)

EditorLink

public EditorLink(String resourceType,
                  String alias,
                  String relativeHref)
Method Detail

getAlias

public String getAlias()

getResourceType

public String getResourceType()

getResourceId

public String getResourceId()

getURL

public String getURL()


Copyright © 2003–2015 Atlassian. All rights reserved.