Class ContentNameSearchContext
java.lang.Object
com.atlassian.confluence.search.contentnames.ContentNameSearchContext
A context of the environment that is passed to
ContentNameSearchSectionsProvider.getSections(java.util.List, ContentNameSearchContext)
.-
Constructor Summary
ConstructorsConstructorDescriptionContentNameSearchContext
(Iterable<String> types, String spaceKey, int maxPerCategory, javax.servlet.http.HttpServletRequest httpServletRequest, int limit) -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.http.HttpServletRequest
int
getLimit()
int
getTypes()
setSearchContext
(SearchContext searchContext)
-
Constructor Details
-
Method Details
-
getTypes
-
getSpaceKey
-
getMaxPerCategory
public int getMaxPerCategory() -
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest() -
getLimit
public int getLimit() -
getSearchContext
-
setSearchContext
-