public class GenericSearchServlet extends AbstractSearchServlet
servlet
for the search.Modifier and Type | Field and Description |
---|---|
private SpringContainer |
container |
private static String |
PARAM_COMPONENT_PACKAGES
A comma separated list of
Package s containing components. |
private static long |
serialVersionUID
The UID for serialization.
|
DEFAULT_BUNDLE_NAME, DEFAULT_DETAILS_PATH, DEFAULT_SEARCH_PATH, PARAMETER_BUNDLE_NAME, PARAMETER_CONFIGURATION_URL, PARAMETER_DETAILS_PATH, PARAMETER_ERROR_PATH, PARAMETER_SEARCH_PATH
Constructor and Description |
---|
GenericSearchServlet()
The constructor.
|
Modifier and Type | Method and Description |
---|---|
protected IocContainer |
getIocContainer()
This method gets the
IocContainer used to manage components with their implementation. |
destroy, doDispatch, doGet, getBundleName, getConfiguration, getDetailsPath, getDisplayTitle, getEntryType, getEntryTypeViews, getErrorPath, getIso8601Util, getLastRefreshDate, getLogger, getNlsLocalizer, getSearchEngine, getSearchPath, getSourceViews, getXmlUtil, init, refresh
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
private static final long serialVersionUID
private static final String PARAM_COMPONENT_PACKAGES
Package
s containing components.getIocContainer()
,
Constant Field Valuesprivate SpringContainer container
getIocContainer()
protected IocContainer getIocContainer()
IocContainer
used to manage components with their implementation. The
IocContainer
will be created and initialized on the first call of this method.getIocContainer
in class AbstractSearchServlet
IocContainer
.Copyright © 2001–2016 mmm-Team. All rights reserved.