com.atlassian.jira.issue.search.searchers.util
Class SearchContextRenderHelper

java.lang.Object
  extended by com.atlassian.jira.issue.search.searchers.util.SearchContextRenderHelper

public class SearchContextRenderHelper
extends Object

Adds search context parameters to velocityParams. Used by searchContextDescriptionTitle in macros.vm

Since:
v5.2

Constructor Summary
SearchContextRenderHelper()
           
 
Method Summary
static void addSearchContextParams(SearchContext searchContext, Map<String,Object> velocityParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchContextRenderHelper

public SearchContextRenderHelper()
Method Detail

addSearchContextParams

public static void addSearchContextParams(SearchContext searchContext,
                                          Map<String,Object> velocityParams)


Copyright © 2002-2013 Atlassian. All Rights Reserved.