fr.paris.lutece.portal.web
Class StandaloneAppJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.StandaloneAppJspBean

public class StandaloneAppJspBean
extends java.lang.Object

Class of the StandaloneAppJspBean object.


Constructor Summary
StandaloneAppJspBean()
           
 
Method Summary
 java.lang.String getContent(javax.servlet.http.HttpServletRequest request)
          Returns the content of a page according to the parameters found in the http request.
 java.lang.String getContent(javax.servlet.http.HttpServletRequest request, int nMode)
          Returns the content of a page according to the parameters found in the http request.
 java.lang.String getPluginList(javax.servlet.http.HttpServletRequest request)
          Display the list of plugins app installed on the instance of lutece
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneAppJspBean

public StandaloneAppJspBean()
Method Detail

getContent

public java.lang.String getContent(javax.servlet.http.HttpServletRequest request)
                            throws UserNotSignedException,
                                   SiteMessageException
Returns the content of a page according to the parameters found in the http request. One distinguishes article, page and xpage and the mode.

Parameters:
request - The http request
Returns:
the html code for the display of a page of a site
Throws:
UserNotSignedException - The UserNotSignedException
SiteMessageException - occurs when a site message need to be displayed

getContent

public java.lang.String getContent(javax.servlet.http.HttpServletRequest request,
                                   int nMode)
                            throws UserNotSignedException,
                                   SiteMessageException
Returns the content of a page according to the parameters found in the http request. One distinguishes article, page and xpage and the mode.

Parameters:
request - The http request
nMode - The mode (normal or administration)
Returns:
the html code for the display of a page of a site
Throws:
UserNotSignedException - The UserNotSignedException
SiteMessageException - occurs when a site message need to be displayed

getPluginList

public java.lang.String getPluginList(javax.servlet.http.HttpServletRequest request)
Display the list of plugins app installed on the instance of lutece

Parameters:
request - The HTTP request
Returns:
the list


Copyright © 2010 Mairie de Paris. All Rights Reserved.