fr.paris.lutece.portal.web.xpages
Interface XPageApplication

All Known Implementing Classes:
SearchApp, SiteMapApp

public interface XPageApplication

This interface is used to add Xpages to the portal.

See Also:
fr.paris.lutece.portal.service.XPageAppService

Method Summary
 XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, Plugin plugin)
          Returns the XPage content depending on the request parameters and the current mode.
 

Method Detail

getPage

XPage getPage(javax.servlet.http.HttpServletRequest request,
              int nMode,
              Plugin plugin)
              throws UserNotSignedException
Returns the XPage content depending on the request parameters and the current mode.

Parameters:
request - The HTTP request.
nMode - The current mode.
plugin - The plugin
Returns:
The page content.
Throws:
UserNotSignedException


Copyright © 2007 Mairie de Paris. All Rights Reserved.