com.atlassian.confluence.search.contentnames
Class ContentNameSearchContext
java.lang.Object
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)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentNameSearchContext
public ContentNameSearchContext(Iterable<String> types,
String spaceKey,
int maxPerCategory,
HttpServletRequest httpServletRequest)
getTypes
public Iterable<String> getTypes()
getSpaceKey
public String getSpaceKey()
getMaxPerCategory
public int getMaxPerCategory()
getHttpServletRequest
public HttpServletRequest getHttpServletRequest()