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
-
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:SearchComponent
Returnstrue
if the component must beexecuted
.- Specified by:
supports
in interfaceSearchComponent
- Overrides:
supports
in classSaxGeneralDataSearchComponent
- Parameters:
args
- the arguments- Returns:
true
if the component must beexecuted
.
-