|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.calendar.web.CalendarApp
public class CalendarApp
This class is the main class of the XPage application of the plugin calendar.
Constructor Summary | |
---|---|
CalendarApp()
|
Method Summary | |
---|---|
java.util.List<AgendaResource> |
getListEvents(javax.servlet.http.HttpServletRequest request)
Returns the list of agenda resources which can be managed by a an identified user |
java.lang.String |
getManageEvents(javax.servlet.http.HttpServletRequest request)
Returns events management popup |
fr.paris.lutece.portal.web.xpages.XPage |
getPage(javax.servlet.http.HttpServletRequest request,
int nMode,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Returns the content of the page Contact. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CalendarApp()
Method Detail |
---|
public fr.paris.lutece.portal.web.xpages.XPage getPage(javax.servlet.http.HttpServletRequest request, int nMode, fr.paris.lutece.portal.service.plugin.Plugin plugin) throws fr.paris.lutece.portal.service.message.SiteMessageException
getPage
in interface fr.paris.lutece.portal.web.xpages.XPageApplication
request
- The http requestnMode
- The current modeplugin
- The plugin object
fr.paris.lutece.portal.service.message.SiteMessageException
- A message exception treated on frontpublic java.lang.String getManageEvents(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.util.List<AgendaResource> getListEvents(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 |