fr.paris.lutece.plugins.xmlpage.web.portlet
Class XmlPagePortletJspBean

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.xmlpage.web.portlet.XmlPagePortletJspBean

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

This class provides the user interface to manage XmlPage Portlet features


Field Summary
 
Fields inherited from class fr.paris.lutece.portal.web.portlet.PortletJspBean
RIGHT_MANAGE_ADMIN_SITE
 
Constructor Summary
XmlPagePortletJspBean()
           
 
Method Summary
 java.lang.String doCreate(javax.servlet.http.HttpServletRequest request)
          Treats the creation form of a new XmlPage portlet
 java.lang.String doModify(javax.servlet.http.HttpServletRequest request)
          Treats the update form of the XmlPage portlet whose identifier is in the http request
 java.lang.String getCreate(javax.servlet.http.HttpServletRequest request)
          Returns the XmlPage Portlet form of creation
 java.lang.String getModify(javax.servlet.http.HttpServletRequest request)
          Returns the XmlPage Portlet form for update
 java.lang.String getPropertiesPrefix()
          Returns the properties prefix used for XmlPage 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
 

Constructor Detail

XmlPagePortletJspBean

public XmlPagePortletJspBean()
Method Detail

getPropertiesPrefix

public java.lang.String getPropertiesPrefix()
Returns the properties prefix used for XmlPage 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 XmlPage 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 XmlPage portlet form

getModify

public java.lang.String getModify(javax.servlet.http.HttpServletRequest request)
Returns the XmlPage 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 XmlPage portlet form

doCreate

public java.lang.String doCreate(javax.servlet.http.HttpServletRequest request)
Treats the creation form of a new XmlPage 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 XmlPage portlet

doModify

public java.lang.String doModify(javax.servlet.http.HttpServletRequest request)
Treats the update form of the XmlPage 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.