public class

DefaultWebLink

extends AbstractWebItem
implements WebLink
java.lang.Object
   ↳ com.atlassian.plugin.web.model.AbstractWebItem
     ↳ com.atlassian.plugin.web.model.DefaultWebLink

Class Overview

Represents a single "href", with a variety of permutations.

Summary

Public Constructors
DefaultWebLink(Element linkEl, WebFragmentHelper webFragmentHelper, ContextProvider contextProvider, WebFragmentModuleDescriptor descriptor)
Public Methods
String getAccessKey(Map<String, Object> context)
String getDisplayableUrl(HttpServletRequest req, Map<String, Object> context)
String getId()
String getRenderedUrl(Map<String, Object> context)
boolean hasAccessKey()
[Expand]
Inherited Methods
From class com.atlassian.plugin.web.model.AbstractWebItem
From class java.lang.Object
From interface com.atlassian.plugin.web.model.WebLink

Public Constructors

public DefaultWebLink (Element linkEl, WebFragmentHelper webFragmentHelper, ContextProvider contextProvider, WebFragmentModuleDescriptor descriptor)

Public Methods

public String getAccessKey (Map<String, Object> context)

public String getDisplayableUrl (HttpServletRequest req, Map<String, Object> context)

public String getId ()

public String getRenderedUrl (Map<String, Object> context)

public boolean hasAccessKey ()