|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
fr.paris.lutece.portal.web.admin.PluginAdminPageJspBean
fr.paris.lutece.plugins.form.web.ExportFormatJspBean
public class ExportFormatJspBean
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 |
---|
public static final java.lang.String RIGHT_MANAGE_FORM
Constructor Detail |
---|
public ExportFormatJspBean()
Method Detail |
---|
public java.lang.String getManageExportFormat(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String getCreateExportFormat(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doCreateExportFormat(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String getModifyExportFormat(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doModifyExportFormat(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String getConfirmRemoveExportFormat(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doRemoveExportFormat(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |