Class DebugSearchComponent
java.lang.Object
org.ametys.web.frontoffice.search.requesttime.impl.DebugSearchComponent
- All Implemented Interfaces:
SearchComponent
,Initializable
,Configurable
,Serviceable
public class DebugSearchComponent
extends Object
implements SearchComponent, Configurable, Serviceable, Initializable
SearchComponent
for debugging.-
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
Modifier and TypeMethodDescriptionvoid
configure
(Configuration configuration) void
Executes the component.void
int
priority()
Get the priority of the component.void
service
(ServiceManager manager) boolean
Returnstrue
if the component must beexecuted
.
-
Constructor Details
-
DebugSearchComponent
public DebugSearchComponent()
-
-
Method Details
-
configure
- Specified by:
configure
in interfaceConfigurable
- Throws:
ConfigurationException
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
initialize
- Specified by:
initialize
in interfaceInitializable
- Throws:
Exception
-
priority
Description copied from interface:SearchComponent
Get the priority of the component. The lowest one will be executed first, and so on.- Specified by:
priority
in interfaceSearchComponent
- Returns:
- the priority of the component
-
supports
Description copied from interface:SearchComponent
Returnstrue
if the component must beexecuted
.- Specified by:
supports
in interfaceSearchComponent
- Parameters:
args
- the arguments- Returns:
true
if the component must beexecuted
.
-
execute
Description copied from interface:SearchComponent
Executes the component.- Specified by:
execute
in interfaceSearchComponent
- Parameters:
args
- the arguments- Throws:
Exception
- if an exception occurs. Other search components will be attempted to be executed
-