fr.paris.lutece.plugins.form.web
Class ExportFormatJspBean

java.lang.Object
  extended by fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
      extended by fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
          extended by fr.paris.lutece.plugins.form.web.ExportFormatJspBean

public class ExportFormatJspBean
extends fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean

class ExportFormatJspBean


Field Summary
static java.lang.String RIGHT_MANAGE_FORM
           
 
Constructor Summary
ExportFormatJspBean()
           
 
Method Summary
 java.lang.String doCreateExportFormat(javax.servlet.http.HttpServletRequest request)
          Perform the export format creation
 java.lang.String doModifyExportFormat(javax.servlet.http.HttpServletRequest request)
          Perform the export format modification
 java.lang.String doRemoveExportFormat(javax.servlet.http.HttpServletRequest request)
          Perform the export format supression
 java.lang.String getConfirmRemoveExportFormat(javax.servlet.http.HttpServletRequest request)
          Gets the confirmation page of delete export format
 java.lang.String getCreateExportFormat(javax.servlet.http.HttpServletRequest request)
          Gets the export format creation page
 java.lang.String getManageExportFormat(javax.servlet.http.HttpServletRequest request)
          Return management export format ( list of export format )
 java.lang.String getModifyExportFormat(javax.servlet.http.HttpServletRequest request)
          Gets the export format modification page
 
Methods inherited from class fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
getPlugin, init
 
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, setFeatureIcon, setPageTitleProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RIGHT_MANAGE_FORM

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

ExportFormatJspBean

public ExportFormatJspBean()
Method Detail

getManageExportFormat

public java.lang.String getManageExportFormat(javax.servlet.http.HttpServletRequest request)
Return management export format ( list of export format )

Parameters:
request - The Http request
Returns:
Html form

getCreateExportFormat

public java.lang.String getCreateExportFormat(javax.servlet.http.HttpServletRequest request)
Gets the export format creation page

Parameters:
request - The HTTP request
Returns:
The export format creation page

doCreateExportFormat

public java.lang.String doCreateExportFormat(javax.servlet.http.HttpServletRequest request)
Perform the export format creation

Parameters:
request - The HTTP request
Returns:
The URL to go after performing the action

getModifyExportFormat

public java.lang.String getModifyExportFormat(javax.servlet.http.HttpServletRequest request)
Gets the export format modification page

Parameters:
request - The HTTP request
Returns:
The export format creation page

doModifyExportFormat

public java.lang.String doModifyExportFormat(javax.servlet.http.HttpServletRequest request)
Perform the export format modification

Parameters:
request - The HTTP request
Returns:
The URL to go after performing the action

getConfirmRemoveExportFormat

public java.lang.String getConfirmRemoveExportFormat(javax.servlet.http.HttpServletRequest request)
Gets the confirmation page of delete export format

Parameters:
request - The HTTP request
Returns:
the confirmation page of delete export format

doRemoveExportFormat

public java.lang.String doRemoveExportFormat(javax.servlet.http.HttpServletRequest request)
Perform the export format supression

Parameters:
request - The HTTP request
Returns:
The URL to go after performing the action


Copyright © 2010 Mairie de Paris. All Rights Reserved.