Class AbstractParameterAdderReturnable

All Implemented Interfaces:
LogEnabled, PluginAware, Returnable, Configurable, Serviceable
Direct Known Subclasses:
AbstractContentBasedReturnable

public abstract class AbstractParameterAdderReturnable extends AbstractParameterAdder implements Returnable
Returnable which adds some parameters to the search service.
Declared this way:
 <extension point="org.ametys.web.frontoffice.search.metamodel.ReturnableExtensionPoint"
         id="..."
         class="...">
     <parameters>
         <parameter name="..." reloadCriteriaOnChange="true">
             ...
         </parameter>
     </parameters>
 </extension>