|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.commons.api.search.data.SearchContext
public class SearchContext
Search Context contains a set of data needed for SearchService and all connectors.
| Nested Class Summary | |
|---|---|
static class |
SearchContext.RouterParams
|
| Constructor Summary | |
|---|---|
SearchContext(org.exoplatform.web.controller.router.Router router,
String siteName)
Contructor to create a context for search service |
|
| Method Summary | |
|---|---|
org.exoplatform.web.controller.router.Router |
getRouter()
Get router |
String |
getSiteName()
Get site name, e.g. |
SearchContext |
handler(String value)
Puts Handler value into QualifiedName map |
SearchContext |
lang(String value)
Puts Lang value into QualifiedName map |
SearchContext |
path(String value)
Puts Path value into QualifiedName map |
String |
renderLink()
Render link base on router and Map |
void |
setRouter(org.exoplatform.web.controller.router.Router router)
Set router |
SearchContext |
siteName(String value)
Puts SiteType value into QualifiedName map |
SearchContext |
siteType(String value)
Puts SiteType value into QualifiedName map |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchContext(org.exoplatform.web.controller.router.Router router,
String siteName)
router - siteName - | Method Detail |
|---|
public org.exoplatform.web.controller.router.Router getRouter()
public void setRouter(org.exoplatform.web.controller.router.Router router)
router - public String getSiteName()
public SearchContext handler(String value)
value -
public SearchContext lang(String value)
value -
public SearchContext path(String value)
value -
public SearchContext siteType(String value)
value -
public SearchContext siteName(String value)
value -
public String renderLink()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||