Class CalendarSaxGeneralDataSearchComponent
java.lang.Object
org.ametys.web.frontoffice.search.requesttime.impl.SaxGeneralDataSearchComponent
org.ametys.plugins.calendar.search.CalendarSaxGeneralDataSearchComponent
- All Implemented Interfaces:
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
Methods inherited from class org.ametys.web.frontoffice.search.requesttime.impl.SaxGeneralDataSearchComponent
configure, execute, priority, saxAdditionalInfos, saxAdditionalParameters, saxCacheable, saxRSSFeedURL, saxServiceIdentifiers
-
Constructor Details
-
CalendarSaxGeneralDataSearchComponent
-
-
Method Details
-
supports
Description copied from interface:SearchComponentReturnstrueif the component must beexecuted.- Specified by:
supportsin interfaceSearchComponent- Overrides:
supportsin classSaxGeneralDataSearchComponent- Parameters:
args- the arguments- Returns:
trueif the component must beexecuted.
-