com.atlassian.greenhopper.web.navigation
Class RapidViewHistoryLinkFactory

java.lang.Object
  extended by com.atlassian.greenhopper.web.navigation.RapidViewHistoryLinkFactory
All Implemented Interfaces:
com.atlassian.jira.plugin.webfragment.SimpleLinkFactory

public class RapidViewHistoryLinkFactory
extends java.lang.Object
implements com.atlassian.jira.plugin.webfragment.SimpleLinkFactory

A SimpleLinkFactory that produces links to browse recently viewed boards

Since:
5.10.3

Field Summary
static int MAX_RECENT_VIEWS_TO_SHOW
           
 
Constructor Summary
RapidViewHistoryLinkFactory()
           
 
Method Summary
 java.util.List<com.atlassian.jira.plugin.webfragment.model.SimpleLink> getLinks(com.atlassian.crowd.embedded.api.User user, java.util.Map<java.lang.String,java.lang.Object> params)
           
 void init(com.atlassian.jira.plugin.webfragment.descriptors.SimpleLinkFactoryModuleDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_RECENT_VIEWS_TO_SHOW

public static final int MAX_RECENT_VIEWS_TO_SHOW
See Also:
Constant Field Values
Constructor Detail

RapidViewHistoryLinkFactory

public RapidViewHistoryLinkFactory()
Method Detail

init

public void init(com.atlassian.jira.plugin.webfragment.descriptors.SimpleLinkFactoryModuleDescriptor descriptor)
Specified by:
init in interface com.atlassian.jira.plugin.webfragment.SimpleLinkFactory

getLinks

public java.util.List<com.atlassian.jira.plugin.webfragment.model.SimpleLink> getLinks(com.atlassian.crowd.embedded.api.User user,
                                                                                       java.util.Map<java.lang.String,java.lang.Object> params)
Specified by:
getLinks in interface com.atlassian.jira.plugin.webfragment.SimpleLinkFactory


Copyright © 2007-2012 Atlassian. All Rights Reserved.