Package | Description |
---|---|
net.sf.mmm.search.indexer.base |
Contains the base-implementation of the
Search-Indexer API . |
net.sf.mmm.search.indexer.impl |
Contains the generic part of the implementation of the
Search-Indexer API . |
net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
net.sf.mmm.util.cli.api |
Provides the API for utilities that help to build command-line-interfaces (CLI).
|
net.sf.mmm.util.component.impl |
Contains implementation of component-util.
|
Modifier and Type | Method and Description |
---|---|
protected abstract IocContainer |
AbstractSearchIndexerMain.getIocContainer()
An
IocContainer is required. |
Modifier and Type | Field and Description |
---|---|
private IocContainer |
SearchIndexerMain.container
The
IocContainer . |
Modifier and Type | Method and Description |
---|---|
IocContainer |
SearchIndexerMain.getIocContainer()
An
IocContainer is required. |
Modifier and Type | Method and Description |
---|---|
protected IocContainer |
GenericSearchServlet.getIocContainer()
This method gets the
IocContainer used to manage components with their implementation. |
protected abstract IocContainer |
AbstractSearchServlet.getIocContainer()
This method gets the
IocContainer used to manage components with their implementation. |
Modifier and Type | Method and Description |
---|---|
protected IocContainer |
AbstractMain.getIocContainer()
This method gets the
IocContainer used to manage components with their implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpringContainer
This is the abstract base implementation of the
IocContainer using spring. |
class |
SpringContainer
This is a simple implementation of the
IocContainer using spring. |
class |
SpringContainerBean
This is the implementation of
IocContainer that itself is a spring-bean that
can be injected. |
Modifier and Type | Method and Description |
---|---|
static IocContainer |
SpringContainerPool.getInstance()
This method gets the singleton instance of the
IocContainer . |
static IocContainer |
SpringContainerPool.getInstance(String xmlClasspath)
This method gets the
IocContainer for the given xmlClasspath . |
Copyright © 2001–2016 mmm-Team. All rights reserved.