|
||||||||||
| 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 context information needed for SearchService and its connectors Created by The eXo Platform SAS Author : Tung Vu Minh tungvm@exoplatform.com Feb 22, 2013
| Nested Class Summary | |
|---|---|
static class |
SearchContext.RouterParams
|
| Constructor Summary | |
|---|---|
SearchContext(org.exoplatform.web.controller.router.Router router,
String siteName)
|
|
| Method Summary | |
|---|---|
org.exoplatform.web.controller.router.Router |
getRouter()
|
String |
getSiteName()
|
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)
|
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)
| Method Detail |
|---|
public org.exoplatform.web.controller.router.Router getRouter()
public void setRouter(org.exoplatform.web.controller.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 | |||||||||