|
||||||||||
| 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.document.modules.calendar.web.DocumentToCalendarJspBean
public class DocumentToCalendarJspBean
This class provides the user interface to manage DocumentToCalendarJspBean
| Field Summary | |
|---|---|
static String |
RIGHT_MANAGE_DOCUMENTTOCALENDAR
|
| Constructor Summary | |
|---|---|
DocumentToCalendarJspBean()
|
|
| Method Summary | |
|---|---|
String |
doCreateMapping(javax.servlet.http.HttpServletRequest request)
Perform the mapping creation |
void |
doManageCreateEvent(javax.servlet.http.HttpServletRequest request)
Manage the files document before create event |
String |
doModifyMapping(javax.servlet.http.HttpServletRequest request)
Perform the mapping modification |
String |
doModifyMappingAttribute(javax.servlet.http.HttpServletRequest request)
Perform the mapping attribute modification |
String |
doRemoveMapping(javax.servlet.http.HttpServletRequest request)
Perform the deletion |
String |
doSelectCalendar(javax.servlet.http.HttpServletRequest request)
Perform the calendar selection |
String |
getConfirmRemoveMapping(javax.servlet.http.HttpServletRequest request)
Returns the page of confirmation for deleting a mapping |
String |
getCreateEvent(javax.servlet.http.HttpServletRequest request)
Returns the Event creation form |
String |
getCreateMapping(javax.servlet.http.HttpServletRequest request)
Gets the mapping creation page |
void |
getFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Processes requests for both HTTP GET and POST
methods. |
fr.paris.lutece.util.ReferenceList |
getIntervalList(javax.servlet.http.HttpServletRequest request)
Return the list of time intervals declared in properties file |
String |
getManageDocumentToCalendar(javax.servlet.http.HttpServletRequest request)
Gets the main mapping management page |
String |
getModifyMapping(javax.servlet.http.HttpServletRequest request)
Gets the mapping modification page |
String |
getModifyMappingAttribute(javax.servlet.http.HttpServletRequest request)
Gets the mapping attribute modification page |
String |
getSelectCalendar(javax.servlet.http.HttpServletRequest request)
Gets the cfalendar selection 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, populate, setFeatureIcon, setPageTitleProperty, validate, validate, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String RIGHT_MANAGE_DOCUMENTTOCALENDAR
| Constructor Detail |
|---|
public DocumentToCalendarJspBean()
| Method Detail |
|---|
public String getManageDocumentToCalendar(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String getConfirmRemoveMapping(javax.servlet.http.HttpServletRequest request)
request - The Http Request
public String doRemoveMapping(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String getCreateMapping(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String doCreateMapping(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String getModifyMapping(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String doModifyMapping(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String getModifyMappingAttribute(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String doModifyMappingAttribute(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String getSelectCalendar(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String doSelectCalendar(javax.servlet.http.HttpServletRequest request)
request - The HTTP request
public String getCreateEvent(javax.servlet.http.HttpServletRequest request)
request - The Http request
public void doManageCreateEvent(javax.servlet.http.HttpServletRequest request)
request - The HTTP requestpublic fr.paris.lutece.util.ReferenceList getIntervalList(javax.servlet.http.HttpServletRequest request)
request - The HttpRequest
public void getFile(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
GET and POST
methods.
Load the document file whose identifier is specified in request
request - servlet requestresponse - servlet response*
IOException - the io exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||