com.atlassian.confluence.search.contentnames
Class ContentNameSearchContext
java.lang.Object
com.atlassian.confluence.search.contentnames.ContentNameSearchContext
public class ContentNameSearchContext
- extends java.lang.Object
A context of the environment that is passed to ContentNameSearchSectionsProvider.getSections(java.util.List, ContentNameSearchContext)
.
Constructor Summary |
ContentNameSearchContext(java.lang.Iterable<java.lang.String> types,
java.lang.String spaceKey,
int maxPerCategory,
javax.servlet.http.HttpServletRequest httpServletRequest)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentNameSearchContext
public ContentNameSearchContext(java.lang.Iterable<java.lang.String> types,
java.lang.String spaceKey,
int maxPerCategory,
javax.servlet.http.HttpServletRequest httpServletRequest)
getTypes
public java.lang.Iterable<java.lang.String> getTypes()
getSpaceKey
public java.lang.String getSpaceKey()
getMaxPerCategory
public int getMaxPerCategory()
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
Copyright © 2003-2014 Atlassian. All Rights Reserved.