A C D E F G I L M P Q R S V W 

A

Action - Annotation Type in fr.paris.lutece.portal.util.mvc.commons.annotations
Action annotation to designate controller actions
addError(String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Add an error message
addError(String, Locale) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Add an error message
addError(String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Add an error message.
addError(String, Locale) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Add an error message.
addInfo(String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Add an info message
addInfo(String, Locale) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Add an info message
addInfo(String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Add an info message.
addInfo(String, Locale) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Add an info message.

C

Controller - Annotation Type in fr.paris.lutece.portal.util.mvc.admin.annotations
Controller annotation to define XPage default parameters
Controller - Annotation Type in fr.paris.lutece.portal.util.mvc.xpage.annotations
Controller annotation to define XPage default parameters

D

download(String, String, String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Initiates a file download
download(byte[], String, String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Initiates a download of a byte array

E

ERROR - Static variable in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 

F

fillCommons(Map<String, Object>) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Fill the model with commons objects used in templates
fillCommons(Map<String, Object>) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Fill the model with commons objects used in templates
findActionAnnotedMethod(HttpServletRequest, Method[]) - Static method in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
Find the method that provide a given action
findDefaultViewMethod(Method[]) - Static method in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
Find the method that provide the default view
findViewAnnotedMethod(HttpServletRequest, Method[]) - Static method in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
Find the method that provide a given view
fr.paris.lutece.portal.util.mvc.admin - package fr.paris.lutece.portal.util.mvc.admin
 
fr.paris.lutece.portal.util.mvc.admin.annotations - package fr.paris.lutece.portal.util.mvc.admin.annotations
 
fr.paris.lutece.portal.util.mvc.commons.annotations - package fr.paris.lutece.portal.util.mvc.commons.annotations
 
fr.paris.lutece.portal.util.mvc.utils - package fr.paris.lutece.portal.util.mvc.utils
 
fr.paris.lutece.portal.util.mvc.xpage - package fr.paris.lutece.portal.util.mvc.xpage
 
fr.paris.lutece.portal.util.mvc.xpage.annotations - package fr.paris.lutece.portal.util.mvc.xpage.annotations
 

G

getAction(HttpServletRequest) - Static method in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
Get the action parameter or any parameter with the prefix 'action_'
getActionFullUrl(String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Get Action URL
getActionUrl(String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Get Action URL
getActionUrl(String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Get Action URL
getControllerJsp() - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Return the JSP name used as controller
getControllerPath() - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Return the path of the JSP used as controller
getDefaultPagePath(Locale) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Returns the default page path
getDefaultPageTitle(Locale) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Returns the default page title
getLabelButton1() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getLabelButton2() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getLabelKeyButton1() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getLabelKeyButton2() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getLocale(HttpServletRequest) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Default getLocale() implementation.
getLogger() - Static method in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
Return the MVC logger
getMessage() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessage
getMessage() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getMessageKey() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getModel() - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Get a model Object filled with default values
getModel() - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Get a model Object filled with default values
getPage(String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Return the page content
getPage(String, String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Return the page content
getPage(String, String, Map<String, Object>) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Return the page content
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Returns the content of the page
getStyle() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getTemplate() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getTitle() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getTitleKey() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getUrlButton1() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getUrlButton2() - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
getView(HttpServletRequest) - Static method in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
Get the view parameter
getViewFullUrl(String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Gets the view URL with the JSP path
getViewFullUrl(String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Gets the view URL with the JSP path
getViewUrl(String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Get a View URL
getViewUrl(String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Get a View URL
getXPage() - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Returns a new XPage object with default values
getXPage(String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Returns a new XPage object with default values and the content filled by a template
getXPage(String, Locale) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Returns a new XPage object with default values and the content filled by a template using a default model and for a given locale
getXPage(String, Locale, Map<String, Object>) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Returns a new XPage object with default values and the content filled by a template using a given model and for a given locale
getXPageName() - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Returns the XPage name

I

INFO - Static variable in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 

L

localize(Locale) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
Localize value if value's key found

M

MVCAdminJspBean - Class in fr.paris.lutece.portal.util.mvc.admin
MVC Admin JspBean implementation let use MVC model to develop admin feature.
MVCAdminJspBean() - Constructor for class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
 
MVCApplication - Class in fr.paris.lutece.portal.util.mvc.xpage
MVC XPage Application
MVCApplication() - Constructor for class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
 
MVCMessage - Class in fr.paris.lutece.portal.util.mvc.utils
MVCMessage
MVCMessage() - Constructor for class fr.paris.lutece.portal.util.mvc.utils.MVCMessage
Basic constructor
MVCMessage(String) - Constructor for class fr.paris.lutece.portal.util.mvc.utils.MVCMessage
Constructor
MVCMessageBox - Class in fr.paris.lutece.portal.util.mvc.utils
MVCMessageBox
MVCMessageBox() - Constructor for class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
MVCUtils - Class in fr.paris.lutece.portal.util.mvc.utils
Utils for MVC components

P

PARAMETER_ACTION - Static variable in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
 
PARAMETER_PAGE - Static variable in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
 
PARAMETER_VIEW - Static variable in class fr.paris.lutece.portal.util.mvc.utils.MVCUtils
 
populate(Object, HttpServletRequest) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Populate a bean using parameters in http request
processController(HttpServletRequest, HttpServletResponse) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Process request as a controller

Q

QUESTION - Static variable in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 

R

redirect(HttpServletRequest, String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Redirect to requested page
redirect(HttpServletRequest, String, String, int) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Redirect to an url defined by given parameters
redirect(HttpServletRequest, String, String, int, String, int) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Redirect to an url defined by given parameters
redirect(HttpServletRequest, String, Map<String, String>) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Redirect to an url defined by given parameters
redirect(HttpServletRequest, String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Redirect to requested page
redirect(HttpServletRequest, String, String, int) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Redirect to an url defined by given parameters
redirect(HttpServletRequest, String, String, int, String, int) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Redirect to an url defined by given parameters
redirect(HttpServletRequest, String, Map<String, String>) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Redirect to an url defined by given parameters
redirectMessageBox(HttpServletRequest, MVCMessageBox) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Redirect to a Message Box page
redirectView(HttpServletRequest, String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Redirect to requested view
redirectView(HttpServletRequest, String) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Redirect to requested view

S

setLabelButton1(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setLabelButton2(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setLabelKeyButton1(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setLabelKeyButton2(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setMessage(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessage
Set the content of this error message
setMessage(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setMessageKey(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setStyle(int) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setTemplate(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setTitle(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setTitleKey(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setUrlButton1(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
setUrlButton2(String) - Method in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 

V

validateBean(T, String) - Method in class fr.paris.lutece.portal.util.mvc.admin.MVCAdminJspBean
Validate a bean
validateBean(T) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Validate a bean.
validateBean(T, Locale) - Method in class fr.paris.lutece.portal.util.mvc.xpage.MVCApplication
Validate a bean.
View - Annotation Type in fr.paris.lutece.portal.util.mvc.commons.annotations
View annotation to designate Views to the controller

W

WARNING - Static variable in class fr.paris.lutece.portal.util.mvc.utils.MVCMessageBox
 
A C D E F G I L M P Q R S V W 

Copyright © 2016 Mairie de Paris. All Rights Reserved.