public class SearchDependenciesImpl extends AbstractComponent implements SearchDependencies
SearchDependencies
interface.Modifier and Type | Field and Description |
---|---|
private Iso8601Util |
iso8601Util |
private MathUtil |
mathUtil |
Constructor and Description |
---|
SearchDependenciesImpl()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doInitialize()
This method performs the actual
initialization . |
Iso8601Util |
getIso8601Util() |
MathUtil |
getMathUtil() |
void |
setIso8601Util(Iso8601Util iso8601Util) |
void |
setMathUtil(MathUtil mathUtil) |
doInitialized, getInitializationState, initialize
private MathUtil mathUtil
getMathUtil()
private Iso8601Util iso8601Util
getIso8601Util()
public MathUtil getMathUtil()
getMathUtil
in interface SearchDependencies
MathUtil
instance.@Inject public void setMathUtil(MathUtil mathUtil)
mathUtil
- is the mathUtil to setpublic Iso8601Util getIso8601Util()
getIso8601Util
in interface SearchDependencies
Iso8601Util
instance.@Inject public void setIso8601Util(Iso8601Util iso8601Util)
iso8601Util
- is the iso8601Util to setprotected void doInitialize()
initialization
. It is called when AbstractComponent.initialize()
is
invoked for the first time. super.
AbstractComponent.doInitialize()
.doInitialize
in class AbstractComponent
Copyright © 2001–2016 mmm-Team. All rights reserved.