Package | Description |
---|---|
net.sf.mmm.search.view.api |
Contains the API of the view for the search.
|
net.sf.mmm.search.view.base |
Contains the base-implementation of the view for the search.
|
Modifier and Type | Method and Description |
---|---|
SearchViewLogic |
SearchViewContext.getLogic()
This method gets the
SearchViewLogic . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSearchServlet
This is the abstract base implementation of the controller
servlet of the
search. |
class |
GenericSearchServlet
This is the controller
servlet for the search. |
Modifier and Type | Field and Description |
---|---|
private SearchViewLogic |
SearchViewContextBean.logic |
Modifier and Type | Method and Description |
---|---|
SearchViewLogic |
SearchViewContextBean.getLogic()
This method gets the
SearchViewLogic . |
Constructor and Description |
---|
SearchViewContextBean(javax.servlet.ServletRequest request,
SearchViewLogic logic,
SearchViewConfiguration viewConfiguration)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.