|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.bundle.Controller
org.torweg.pulse.component.core.site.search.SearchSiteSuggestions
public final class SearchSiteSuggestions
returns the SearchSuggestions for the query in a
JSONOutputEvent.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.torweg.pulse.bundle.Controller |
|---|
Controller.AlwaysRun |
| Constructor Summary | |
|---|---|
SearchSiteSuggestions()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
run(ServiceRequest request)
returns the SearchSuggestions for the query in a
JSONOutputEvent. |
| Methods inherited from class org.torweg.pulse.bundle.Controller |
|---|
getAlwaysRun, isAlwaysRun, setAlwaysRun |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchSiteSuggestions()
| Method Detail |
|---|
@Action(value="searchSuggestions", generate=true, security=KEEP) @Permission(value="searchSuggestions") public java.lang.Object run(ServiceRequest request)
SearchSuggestions for the query in a
JSONOutputEvent.
The query is sent with the Parameter q
.
request - the ServiceRequest as a basic context for the
Controller
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||