public interface SearchViewConfiguration
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BUNDLE_NAME
The default for
getBundleName() . |
static String |
DEFAULT_DETAILS_PATH
The default for
getDetailsPath() . |
static String |
DEFAULT_SEARCH_PATH
The default for
getSearchPath() . |
static String |
PARAMETER_BUNDLE_NAME
The name of the
servlet-parameter for the
bundle-name . |
static String |
PARAMETER_CONFIGURATION_URL
The name of the
servlet-parameter for the
configuration-URL . |
static String |
PARAMETER_DETAILS_PATH
The name of the
servlet-parameter for the
details-path . |
static String |
PARAMETER_ERROR_PATH
The name of the
servlet-parameter for the
error-path . |
static String |
PARAMETER_SEARCH_PATH
The name of the
servlet-parameter for the
search-path . |
Modifier and Type | Method and Description |
---|---|
String |
getBundleName()
This method gets the qualified name of the
ResourceBundle used if texts for the UI from
the configuration are specified in the from
{<KEY>} . |
String |
getDetailsPath()
The
servlet-path for the view of the
details of a particular SearchHit . |
String |
getErrorPath()
This method get the name of the path to
dispatch to in case of an error (e.g. |
String |
getSearchPath()
The
servlet-path for the view of the
actual search (enter query and show results). |
static final String PARAMETER_CONFIGURATION_URL
servlet-parameter
for the
configuration-URL
.static final String PARAMETER_SEARCH_PATH
servlet-parameter
for the
search-path
.static final String DEFAULT_SEARCH_PATH
getSearchPath()
.static final String PARAMETER_DETAILS_PATH
servlet-parameter
for the
details-path
.static final String DEFAULT_DETAILS_PATH
getDetailsPath()
.static final String PARAMETER_ERROR_PATH
servlet-parameter
for the
error-path
.static final String PARAMETER_BUNDLE_NAME
servlet-parameter
for the
bundle-name
.static final String DEFAULT_BUNDLE_NAME
getBundleName()
.String getSearchPath()
servlet-path
for the view of the
actual search (enter query and show results).DEFAULT_SEARCH_PATH
String getDetailsPath()
servlet-path
for the view of the
details of a particular SearchHit
.DEFAULT_DETAILS_PATH
String getErrorPath()
dispatch
to in case of an error (e.g. "error.jsp") or null
to dispatch to the current view
even in case of an error.String getBundleName()
ResourceBundle
used if texts for the UI from
the configuration
are specified in the from
{<KEY>}
.NlsTemplateImpl.getName()
Copyright © 2001–2016 mmm-Team. All rights reserved.