Class AbstractParameterAdder

java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.web.frontoffice.search.metamodel.impl.AbstractParameterAdder
All Implemented Interfaces:
LogEnabled, PluginAware, Configurable, Serviceable
Direct Known Subclasses:
AbstractParameterAdderReturnable, AbstractParameterAdderSearchable

Returnable or Searchable which adds some parameters to the search service.
Declared this way:
 <extension point="org.ametys.web.frontoffice.search.metamodel.Returnable/SearchableExtensionPoint"
         id="..."
         class="...">
     <parameters>
         <parameter name="..." reloadCriteriaOnChange="true">
             ...
         </parameter>
     </parameters>
 </extension>