|
||||||||||
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.files2docs.web.MappingJspBean
public class MappingJspBean
Files2Docs Mapping JSP Bean class
Field Summary | |
---|---|
static java.lang.String |
MAPPING_MANAGEMENT
|
Constructor Summary | |
---|---|
MappingJspBean()
Constructor |
Method Summary | |
---|---|
java.lang.String |
doChangeAttributeFileImage(javax.servlet.http.HttpServletRequest request)
Change the assignment for attribute file/image of the document type |
java.lang.String |
doCreateMapping(javax.servlet.http.HttpServletRequest request)
Performs the creation of the mapping |
java.lang.String |
doModifyAttribute(javax.servlet.http.HttpServletRequest request)
Performs the modification of the attribute |
java.lang.String |
doModifyMapping(javax.servlet.http.HttpServletRequest request)
Performs the modification of the mapping |
java.lang.String |
doRemoveMapping(javax.servlet.http.HttpServletRequest request)
Performs the removal of the mapping |
java.lang.String |
getConfirmRemoveMapping(javax.servlet.http.HttpServletRequest request)
Returns the confirmation to remove the mapping |
java.lang.String |
getCreateMapping(javax.servlet.http.HttpServletRequest request)
Gets the mapping creation page |
java.lang.String |
getManageMapping(javax.servlet.http.HttpServletRequest request)
Gets the mapping management page |
java.lang.String |
getModifyAttribute(javax.servlet.http.HttpServletRequest request)
Gets the attribute modification page |
java.lang.String |
getModifyMapping(javax.servlet.http.HttpServletRequest request)
Gets the mapping 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 MAPPING_MANAGEMENT
Constructor Detail |
---|
public MappingJspBean()
Method Detail |
---|
public java.lang.String getManageMapping(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String getCreateMapping(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doCreateMapping(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String getModifyMapping(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doModifyMapping(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String getConfirmRemoveMapping(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doRemoveMapping(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String getModifyAttribute(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doModifyAttribute(javax.servlet.http.HttpServletRequest request)
request
- The HTTP request
public java.lang.String doChangeAttributeFileImage(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 |