Uses of Class
org.mycore.frontend.indexbrowser.lucene.MCRIndexBrowserIncomingData

Packages that use MCRIndexBrowserIncomingData
org.mycore.frontend.indexbrowser.lucene   
 

Uses of MCRIndexBrowserIncomingData in org.mycore.frontend.indexbrowser.lucene
 

Fields in org.mycore.frontend.indexbrowser.lucene declared as MCRIndexBrowserIncomingData
protected  MCRIndexBrowserIncomingData MCRIndexBrowserXmlGenerator.browseData
           
protected  MCRIndexBrowserIncomingData MCRIndexBrowserSearcher.browseData
           
protected  MCRIndexBrowserIncomingData MCRIndexBrowserUtils.incomingBrowserData
           
protected  MCRIndexBrowserIncomingData MCRIndexBrowserServlet.incomingBrowserData
           
 

Methods in org.mycore.frontend.indexbrowser.lucene that return MCRIndexBrowserIncomingData
static MCRIndexBrowserIncomingData MCRIndexBrowserUtils.getIncomingBrowserData(HttpServletRequest request)
           
protected  MCRIndexBrowserIncomingData MCRIndexBrowserServlet.getIncomingBrowserData(HttpServletRequest request)
           
 

Methods in org.mycore.frontend.indexbrowser.lucene with parameters of type MCRIndexBrowserIncomingData
static void MCRIndexBrowserCache.addToCache(MCRIndexBrowserIncomingData browseData, String index, List<MCRIndexBrowserEntry> listToCache)
          Add a new list of index browser entries to the cache.
static Element MCRIndexBrowserXmlGenerator.buildPageElement(MCRIndexBrowserIncomingData browseData)
          Creates the root element of the browser index.
static Element MCRIndexBrowserXmlGenerator.buildResultsElement(Element pageElement, MCRIndexBrowserIncomingData browseData)
          Adds a result element to the given page element.
static Document MCRIndexBrowserUtils.createEmptyDocument(MCRIndexBrowserIncomingData incomingBrowserData)
          Creates an empty xml index browser document.
static Document MCRIndexBrowserUtils.createResultListDocument(MCRIndexBrowserIncomingData incomingBrowserData, MCRIndexBrowserConfig config)
          Creates a xml document with the results of the index browser.
protected static String MCRIndexBrowserCache.getCacheKey(String index, MCRIndexBrowserIncomingData browseData)
          Returns the cache key from the incoming browser data.
static List<MCRIndexBrowserEntry> MCRIndexBrowserCache.getFromCache(String index, MCRIndexBrowserIncomingData browseData)
          Returns the cached index browser list.
static boolean MCRIndexBrowserCache.isCached(String index, MCRIndexBrowserIncomingData browseData)
          Checks if a hash table entry with the specified index exists.
 

Constructors in org.mycore.frontend.indexbrowser.lucene with parameters of type MCRIndexBrowserIncomingData
MCRIndexBrowserSearcher(MCRIndexBrowserIncomingData browseData, MCRIndexBrowserConfig indexConfig)
           
MCRIndexBrowserXmlGenerator(List<MCRIndexBrowserEntry> resultList, MCRIndexBrowserIncomingData browseData, MCRIndexBrowserConfig indexConfig)