fr.paris.lutece.plugins.calendar.web.portlet
Class CalendarPortletJspBean

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.calendar.web.portlet.CalendarPortletJspBean

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

This class provides the user interface to manage calendar interval portlets.


Field Summary
static java.lang.String PROPERTY_TIME_INTERVAL_LIST
           
 
Fields inherited from class fr.paris.lutece.portal.web.portlet.PortletJspBean
RIGHT_MANAGE_ADMIN_SITE
 
Constructor Summary
CalendarPortletJspBean()
           
 
Method Summary
 java.lang.String doCreate(javax.servlet.http.HttpServletRequest request)
          Processes the creation of the portlet
 java.lang.String doModify(javax.servlet.http.HttpServletRequest request)
          Processes the modification of the portlet
 java.lang.String getCreate(javax.servlet.http.HttpServletRequest request)
          Returns the creation form for the portlet
static fr.paris.lutece.util.ReferenceList getIntervalList(javax.servlet.http.HttpServletRequest request)
          Return the list of time intervals declared in properties file
 java.lang.String getModify(javax.servlet.http.HttpServletRequest request)
          Returns the modification form for the portlet
 
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

PROPERTY_TIME_INTERVAL_LIST

public static final java.lang.String PROPERTY_TIME_INTERVAL_LIST
See Also:
Constant Field Values
Constructor Detail

CalendarPortletJspBean

public CalendarPortletJspBean()
Method Detail

getCreate

public java.lang.String getCreate(javax.servlet.http.HttpServletRequest request)
Returns the creation form for the portlet

Specified by:
getCreate in class fr.paris.lutece.portal.web.portlet.PortletJspBean
Parameters:
request - the HTML request
Returns:
the HTML code for the page

doCreate

public java.lang.String doCreate(javax.servlet.http.HttpServletRequest request)
Processes the creation of the portlet

Specified by:
doCreate in class fr.paris.lutece.portal.web.portlet.PortletJspBean
Parameters:
request - the HTML request
Returns:
the URL to redirect to

getModify

public java.lang.String getModify(javax.servlet.http.HttpServletRequest request)
Returns the modification form for the portlet

Specified by:
getModify in class fr.paris.lutece.portal.web.portlet.PortletJspBean
Parameters:
request - the HTML request
Returns:
the HTML code for the page

doModify

public java.lang.String doModify(javax.servlet.http.HttpServletRequest request)
Processes the modification of the portlet

Specified by:
doModify in class fr.paris.lutece.portal.web.portlet.PortletJspBean
Parameters:
request - the HTTP request
Returns:
the URL to redirect to

getIntervalList

public static fr.paris.lutece.util.ReferenceList getIntervalList(javax.servlet.http.HttpServletRequest request)
Return the list of time intervals declared in properties file

Parameters:
request - The HttpRequest
Returns:
A ReferenceList of time interval


Copyright © 2007 Mairie de Paris. All Rights Reserved.