fr.paris.lutece.plugins.xmlpage.web
Class XmlPageApp

java.lang.Object
  extended by fr.paris.lutece.plugins.xmlpage.web.XmlPageApp
All Implemented Interfaces:
fr.paris.lutece.portal.web.xpages.XPageApplication

public class XmlPageApp
extends java.lang.Object
implements fr.paris.lutece.portal.web.xpages.XPageApplication

This class manages Xml Page.


Constructor Summary
XmlPageApp()
           
 
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 page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPageApp

public XmlPageApp()
Method Detail

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)
Returns the page. It is composed of the title, page path and content. The content is the result of the xml/xsl transformation. Xml data is retrieved from the "xmlpage" parameter. Xsl data is retrieved from the "style" parameter.

Specified by:
getPage in interface fr.paris.lutece.portal.web.xpages.XPageApplication
Parameters:
request - The http request
nMode - The current mode
plugin - The plugin object
Returns:
the Content of the page Contact


Copyright © 2007 Mairie de Paris. All Rights Reserved.