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 TypeMethodDescriptionboolean
Check if an element is supportedMethods inherited from class org.ametys.web.frontoffice.search.requesttime.impl.SaxGeneralDataSearchComponent
configure, execute, getPriority, saxAdditionalInfos, saxAdditionalParameters, saxCacheable, saxRSSFeedURL, saxServiceIdentifiers
Methods inherited from class org.ametys.web.frontoffice.search.requesttime.AbstractSearchComponent
getId, setPluginInfo
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Constructor Details
-
CalendarSaxGeneralDataSearchComponent
-
-
Method Details
-
supports
Description copied from interface:Supporter
Check if an element is supported- Specified by:
supports
in interfaceSupporter<SearchComponentArguments>
- Overrides:
supports
in classSaxGeneralDataSearchComponent
- Parameters:
args
- The element- Returns:
true
if the element is supported,false
otherwise
-