|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.search.SearchApp
public class SearchApp
This class provides search results pages.
Constructor Summary | |
---|---|
SearchApp()
|
Method Summary | |
---|---|
static java.lang.String |
encodeUrl(javax.servlet.http.HttpServletRequest request,
java.lang.String strSource)
Encode an url string |
XPage |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
Plugin plugin)
Returns search results |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchApp()
Method Detail |
---|
public XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, Plugin plugin) throws SiteMessageException
getPage
in interface XPageApplication
request
- The HTTP request.nMode
- The current mode.plugin
- The plugin
SiteMessageException
- If an error occurspublic static java.lang.String encodeUrl(javax.servlet.http.HttpServletRequest request, java.lang.String strSource) throws SiteMessageException
request
- The HTTP requeststrSource
- The string to encode
SiteMessageException
- If an error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |