Package org.ametys.cms.search.solr
Class SolrModelColumnsGenerator
- 
- All Implemented Interfaces:
 Poolable,Recyclable,Disposable,Component,LogEnabled,Serviceable,Generator,SitemapModelComponent,XMLProducer
public class SolrModelColumnsGenerator extends ModelColumnsGenerator
SAX the columns of a Solr search tool model. 
- 
- 
Field Summary
- 
Fields inherited from class org.ametys.cms.search.cocoon.ModelColumnsGenerator
_columnHelper, _cTypeHelper, _searchModelManager, _serverCommHelper 
- 
Fields inherited from class org.apache.cocoon.generation.ServiceableGenerator
manager 
- 
Fields inherited from class org.apache.cocoon.generation.AbstractGenerator
objectModel, parameters, resolver, source 
- 
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SolrModelColumnsGenerator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SearchUIModelgetSearchModel(Map<String,Object> jsParameters)Get search model.- 
Methods inherited from class org.ametys.cms.search.cocoon.ModelColumnsGenerator
generate, getColumnsFromParameters, saxColumn, saxColumns, service 
- 
Methods inherited from class org.apache.cocoon.generation.ServiceableGenerator
dispose 
- 
Methods inherited from class org.apache.cocoon.generation.AbstractGenerator
recycle, setup 
- 
Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer
setConsumer, setContentHandler, setLexicalHandler 
- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SolrModelColumnsGenerator
public SolrModelColumnsGenerator()
 
 - 
 
- 
Method Detail
- 
getSearchModel
protected SearchUIModel getSearchModel(Map<String,Object> jsParameters)
Description copied from class:ModelColumnsGeneratorGet search model.- Overrides:
 getSearchModelin classModelColumnsGenerator- Parameters:
 jsParameters- JS parameters- Returns:
 - the search model
 
 
 - 
 
 -