fr.paris.lutece.plugins.jsr168.web.portlet
Class Jsr168PortletJspBean

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.jsr168.web.portlet.Jsr168PortletJspBean

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

This class provides the user interface to manage Jsr 168 Portlet features


Field Summary
static java.lang.String RIGHT_MANAGE_ADMIN_SITE
           
 
Fields inherited from class fr.paris.lutece.portal.web.portlet.PortletJspBean
PARAMETER_PAGE_ID, PARAMETER_PORTLET_ID, PARAMETER_PORTLET_TYPE_ID
 
Constructor Summary
Jsr168PortletJspBean()
          Creates a new Jsr168PortletJspBean object.
 
Method Summary
 java.lang.String doCreate(javax.servlet.http.HttpServletRequest request)
          Processes the creation form of a new jsr 168 portlet
 java.lang.String doModify(javax.servlet.http.HttpServletRequest request)
          Processes the update form of the jsr 168 portlet whose identifier is in the http request
 java.lang.String getCreate(javax.servlet.http.HttpServletRequest request)
          Returns the Jsr 168 Portlet form of creation
 java.lang.String getModify(javax.servlet.http.HttpServletRequest request)
          Returns the Jsr 168 Portlet form for update
 java.lang.String getPropertiesPrefix()
          Returns the properties prefix used for jsr168 portlet and defined in lutece.properties file
 boolean realiseAction(javax.servlet.http.HttpServletRequest request)
          Call LuteceToPlutoConnector method targeted by the request: action or render
 
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
See Also:
Constant Field Values
Constructor Detail

Jsr168PortletJspBean

public Jsr168PortletJspBean()
Creates a new Jsr168PortletJspBean object.

Method Detail

getPropertiesPrefix

public java.lang.String getPropertiesPrefix()
Returns the properties prefix used for jsr168 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 Jsr 168 Portlet form of creation

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

getModify

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

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

doCreate

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

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

doModify

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

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

realiseAction

public boolean realiseAction(javax.servlet.http.HttpServletRequest request)
Call LuteceToPlutoConnector method targeted by the request: action or render

Parameters:
request - The current Http request
Returns:
Indicate if this action has generated a fragment, true no redirect to send, false for a send redirect required (for action request)


Copyright © 2008 Mairie de Paris. All Rights Reserved.