|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.util.mvc.xpage.MVCApplication
fr.paris.lutece.plugins.avatarserver.web.AvatarServerApp
@Controller(xpageName="avatarserver", pageTitleI18nKey="avatarserver.xpage.pageTitle", pagePathI18nKey="avatarserver.xpage.pagePath") public class AvatarServerApp
AvatarServer App
Constructor Summary | |
---|---|
AvatarServerApp()
|
Method Summary | |
---|---|
fr.paris.lutece.portal.web.xpages.XPage |
doUpdateAvatar(javax.servlet.http.HttpServletRequest request)
Do update avatar action |
fr.paris.lutece.portal.web.xpages.XPage |
getUpdateAvatar(javax.servlet.http.HttpServletRequest request)
Update avatar view |
Methods inherited from class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication |
---|
addError, addError, addInfo, addInfo, download, download, fillCommons, getActionFullUrl, getActionUrl, getDefaultPagePath, getDefaultPageTitle, getLocale, getModel, getPage, getViewFullUrl, getViewUrl, getXPage, getXPage, getXPage, getXPage, getXPageName, populate, redirect, redirect, redirect, redirect, redirectMessageBox, redirectView, validateBean, validateBean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AvatarServerApp()
Method Detail |
---|
@View(value="home", defaultView=true) public fr.paris.lutece.portal.web.xpages.XPage getUpdateAvatar(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.security.UserNotSignedException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
request
- The HTTP request
fr.paris.lutece.portal.service.security.UserNotSignedException
- if the user is not signed
IllegalAccessException
- if an error occurs
IllegalArgumentException
- if an error occurs
InvocationTargetException
- if an error occurs@Action(value="updateAvatar") public fr.paris.lutece.portal.web.xpages.XPage doUpdateAvatar(javax.servlet.http.HttpServletRequest request) throws fr.paris.lutece.portal.service.security.UserNotSignedException
request
- The HTTP request
fr.paris.lutece.portal.service.security.UserNotSignedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |