fr.paris.lutece.plugins.rss.web.portlet
Class RssPortletJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.portlet.PortletJspBean
          extended by fr.paris.lutece.plugins.rss.web.portlet.RssPortletJspBean

public class RssPortletJspBean
extends fr.paris.lutece.portal.web.portlet.PortletJspBean

This class provides the user interface to manage Rss Portlet features


Field Summary
static java.lang.String RIGHT_MANAGE_ADMIN_SITE
          The rights required to use RssPortletJspBean
 
Constructor Summary
RssPortletJspBean()
           
 
Method Summary
 java.lang.String doCreate(javax.servlet.http.HttpServletRequest request)
          Treats the creation form of a new rss portlet
 java.lang.String doModify(javax.servlet.http.HttpServletRequest request)
          Treats the update form of the rss portlet whose identifier is in the http request
 java.lang.String getCreate(javax.servlet.http.HttpServletRequest request)
          Returns the Rss Portlet form of creation
 java.lang.String getModify(javax.servlet.http.HttpServletRequest request)
          Returns the Rss Portlet form for update
 java.lang.String getPropertiesPrefix()
          Returns the properties prefix used for rss portlet and defined in lutece.properties file
 
Methods inherited from class fr.paris.lutece.portal.web.portlet.PortletJspBean
getCreateTemplate, getCreateTemplate, getModifyTemplate, getModifyTemplate, getPageUrl, setPortletCommonData
 
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, setFeatureIcon, setPageTitleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RIGHT_MANAGE_ADMIN_SITE

public static final java.lang.String RIGHT_MANAGE_ADMIN_SITE
The rights required to use RssPortletJspBean

See Also:
Constant Field Values
Constructor Detail

RssPortletJspBean

public RssPortletJspBean()
Method Detail

getPropertiesPrefix

public java.lang.String getPropertiesPrefix()
Returns the properties prefix used for rss portlet and defined in lutece.properties file

Returns:
the value of the property prefix

getCreate

public java.lang.String getCreate(javax.servlet.http.HttpServletRequest request)
Returns the Rss Portlet form of creation

Specified by:
getCreate in class fr.paris.lutece.portal.web.portlet.PortletJspBean
Parameters:
request - The Http rquest
Returns:
the html code of the rss portlet form

getModify

public java.lang.String getModify(javax.servlet.http.HttpServletRequest request)
Returns the Rss Portlet form for update

Specified by:
getModify in class fr.paris.lutece.portal.web.portlet.PortletJspBean
Parameters:
request - The Http request
Returns:
the html code of the rss portlet form

doCreate

public java.lang.String doCreate(javax.servlet.http.HttpServletRequest request)
Treats the creation form of a new rss portlet

Specified by:
doCreate in class fr.paris.lutece.portal.web.portlet.PortletJspBean
Parameters:
request - The Http request
Returns:
The jsp URL which displays the view of the created rss portlet

doModify

public java.lang.String doModify(javax.servlet.http.HttpServletRequest request)
Treats the update form of the rss portlet whose identifier is in the http request

Specified by:
doModify in class fr.paris.lutece.portal.web.portlet.PortletJspBean
Parameters:
request - The Http request
Returns:
The jsp URL which displays the view of the updated portlet


Copyright © 2007 Mairie de Paris. All Rights Reserved.