fr.paris.lutece.plugins.jcr.web
Class Jsr170App
java.lang.Object
fr.paris.lutece.plugins.jcr.web.Jsr170App
- All Implemented Interfaces:
- fr.paris.lutece.portal.web.xpages.XPageApplication, Serializable
public class Jsr170App
- extends Object
- implements fr.paris.lutece.portal.web.xpages.XPageApplication
This class implements the Jsr170 XPage
- See Also:
- Serialized Form
Method Summary |
fr.paris.lutece.portal.web.xpages.XPage |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the Jsr170 XPage content depending on the request parameters and the current mode. |
String |
getSearchPage(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the html code of the search page |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jsr170App
public Jsr170App()
getPage
public fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
throws fr.paris.lutece.portal.service.security.UserNotSignedException,
fr.paris.lutece.portal.service.message.SiteMessageException
- Returns the Jsr170 XPage content depending on the request parameters and the current mode.
- Specified by:
getPage
in interface fr.paris.lutece.portal.web.xpages.XPageApplication
- Parameters:
request
- The HTTP request.nMode
- The current mode.plugin
- The plugin.
- Returns:
- The page content.
- Throws:
fr.paris.lutece.portal.service.message.SiteMessageException
- The Site message exception
fr.paris.lutece.portal.service.security.UserNotSignedException
getSearchPage
public String getSearchPage(javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
throws fr.paris.lutece.portal.service.message.SiteMessageException
- Returns the html code of the search page
- Parameters:
request
- the http requestplugin
- the plugin
- Returns:
- the html page
- Throws:
fr.paris.lutece.portal.service.message.SiteMessageException
- a exception that triggers a site message
Copyright © 2014 Mairie de Paris. All Rights Reserved.