com.atlassian.confluence.search.contentnames
Class ContentNameSearchContext

java.lang.Object
  extended by com.atlassian.confluence.search.contentnames.ContentNameSearchContext

public class ContentNameSearchContext
extends Object

A context of the environment that is passed to ContentNameSearchSectionsProvider.getSections(java.util.List, ContentNameSearchContext).


Constructor Summary
ContentNameSearchContext(Iterable<String> types, String spaceKey, int maxPerCategory, javax.servlet.http.HttpServletRequest httpServletRequest)
           
 
Method Summary
 javax.servlet.http.HttpServletRequest getHttpServletRequest()
           
 int getMaxPerCategory()
           
 String getSpaceKey()
           
 Iterable<String> getTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentNameSearchContext

public ContentNameSearchContext(Iterable<String> types,
                                String spaceKey,
                                int maxPerCategory,
                                javax.servlet.http.HttpServletRequest httpServletRequest)
Method Detail

getTypes

public Iterable<String> getTypes()

getSpaceKey

public String getSpaceKey()

getMaxPerCategory

public int getMaxPerCategory()

getHttpServletRequest

public javax.servlet.http.HttpServletRequest getHttpServletRequest()


Copyright © 2003–2015 Atlassian. All rights reserved.