|
||||||||||
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.pluginwizard.web.PluginwizardJspBean
public class PluginwizardJspBean
This class provides the user interface to manage ConfigurationKey features ( manage, create, modify, remove )
Field Summary | |
---|---|
static java.lang.String |
RIGHT_MANAGE_PLUGINWIZARD
|
Constructor Summary | |
---|---|
PluginwizardJspBean()
|
Method Summary | |
---|---|
java.lang.String |
doCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
Process the data capture form of a new configurationkey |
java.lang.String |
doModifyConfigurationKey(javax.servlet.http.HttpServletRequest request)
Process the change form of a configurationkey |
java.lang.String |
doRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
Handles the removal form of a configurationkey |
java.lang.String |
getConfirmRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
Manages the removal form of a configurationkey whose identifier is in the http request |
java.lang.String |
getCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
Returns the form to create a configurationkey |
java.lang.String |
getManageConfigurationKeys(javax.servlet.http.HttpServletRequest request)
Returns the list of configurationkey |
java.lang.String |
getModifyConfigurationKey(javax.servlet.http.HttpServletRequest request)
Returns the form to update info about a configurationkey |
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, populate, 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_PLUGINWIZARD
Constructor Detail |
---|
public PluginwizardJspBean()
Method Detail |
---|
public java.lang.String getManageConfigurationKeys(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String getCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doCreateConfigurationKey(javax.servlet.http.HttpServletRequest request)
request
- The Http Request
public java.lang.String getConfirmRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doRemoveConfigurationKey(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String getModifyConfigurationKey(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doModifyConfigurationKey(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 |