Class CalendarSaxGeneralDataSearchComponent
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.frontoffice.search.requesttime.AbstractSearchComponent
org.ametys.web.frontoffice.search.requesttime.impl.SaxGeneralDataSearchComponent
org.ametys.plugins.calendar.search.CalendarSaxGeneralDataSearchComponent
- All Implemented Interfaces:
 LogEnabled,PluginAware,Prioritizable,Supporter<SearchComponentArguments>,SearchComponent,Configurable
SearchComponent for saxing general data for calendar search service
 Reactivate default SaxGeneralDataSearchComponent (disabled by "disableDefaultSax" parameter)- 
Field Summary
Fields inherited from interface org.ametys.web.frontoffice.search.requesttime.SearchComponent
DISABLE_DEFAULT_SAX_PARAMETER_NAME, MAX_PRIORITY, MIN_PRIORITY, SEARCH_PRIORITY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanCheck if an element is supportedMethods inherited from class org.ametys.web.frontoffice.search.requesttime.impl.SaxGeneralDataSearchComponent
configure, execute, getPriority, saxAdditionalInfos, saxAdditionalParameters, saxCacheable, saxRSSFeedURL, saxServiceIdentifiersMethods inherited from class org.ametys.web.frontoffice.search.requesttime.AbstractSearchComponent
getId, setPluginInfoMethods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger 
- 
Constructor Details
- 
CalendarSaxGeneralDataSearchComponent
 
 - 
 - 
Method Details
- 
supports
Description copied from interface:SupporterCheck if an element is supported- Specified by:
 supportsin interfaceSupporter<SearchComponentArguments>- Overrides:
 supportsin classSaxGeneralDataSearchComponent- Parameters:
 args- The element- Returns:
 trueif the element is supported,falseotherwise
 
 -