com.atlassian.bamboo.plugin.web.model
Class BambooWebLink

java.lang.Object
  extended by com.atlassian.plugin.web.model.AbstractWebItem
      extended by com.atlassian.plugin.web.model.DefaultWebLink
          extended by com.atlassian.bamboo.plugin.web.model.BambooWebLink
All Implemented Interfaces:
com.atlassian.plugin.web.model.WebLink

public class BambooWebLink
extends com.atlassian.plugin.web.model.DefaultWebLink


Constructor Summary
BambooWebLink(org.dom4j.Element linkEl, com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper, com.atlassian.plugin.web.ContextProvider contextProvider, com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor descriptor)
           
 
Method Summary
 java.lang.String getDisplayableUrl(javax.servlet.http.HttpServletRequest req)
           
 java.lang.String getDisplayableUrl(javax.servlet.http.HttpServletRequest req, java.util.Map context)
           
 java.lang.String getRenderedId(java.util.Map context)
           
 
Methods inherited from class com.atlassian.plugin.web.model.DefaultWebLink
getAccessKey, getId, getRenderedUrl, hasAccessKey
 
Methods inherited from class com.atlassian.plugin.web.model.AbstractWebItem
getContextMap, getDescriptor, getWebFragmentHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.web.model.WebLink
getDescriptor
 

Constructor Detail

BambooWebLink

public BambooWebLink(org.dom4j.Element linkEl,
                     com.atlassian.plugin.web.WebFragmentHelper webFragmentHelper,
                     com.atlassian.plugin.web.ContextProvider contextProvider,
                     com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor descriptor)
Method Detail

getRenderedId

public java.lang.String getRenderedId(java.util.Map context)

getDisplayableUrl

public java.lang.String getDisplayableUrl(javax.servlet.http.HttpServletRequest req,
                                          java.util.Map context)
Specified by:
getDisplayableUrl in interface com.atlassian.plugin.web.model.WebLink
Overrides:
getDisplayableUrl in class com.atlassian.plugin.web.model.DefaultWebLink

getDisplayableUrl

public java.lang.String getDisplayableUrl(javax.servlet.http.HttpServletRequest req)


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.