Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
L
M
P
Q
R
S
V
W
A
Action
- Annotation Type in
fr.paris.lutece.plugins.mvc.annotations
Action annotation to designate controller actions
addError(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Add an error message
addError(String, Locale)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Add an error message
addInfo(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Add an info message
addInfo(String, Locale)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Add an info message
C
Controller
- Annotation Type in
fr.paris.lutece.plugins.mvc.annotations
Controller annotation to define XPage default parameters
D
download(String, String, String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Initiates a file download
download(byte[], String, String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Initiates a download of a byte array
E
ERROR
- Static variable in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
F
fillCommons(Map<String, Object>)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Fill the model with commons objects used in templates
fr.paris.lutece.plugins.mvc
- package fr.paris.lutece.plugins.mvc
fr.paris.lutece.plugins.mvc.annotations
- package fr.paris.lutece.plugins.mvc.annotations
G
getAction(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Get the action parameter or any parameter with the prefix 'action_'
getActionUrl(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Get Action URL
getDefaultPagePath(Locale)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Returns the default page path
getDefaultPageTitle(Locale)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Returns the default page title
getLabelButton1()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getLabelButton2()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getLabelKeyButton1()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getLabelKeyButton2()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getLocale(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Default getLocale() implementation.
getMessage()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessage
getMessage()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getMessageKey()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getModel()
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Get a model Object filled with default values
getPage(HttpServletRequest, int, Plugin)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Returns the content of the page
getStyle()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getTemplate()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getTitle()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getTitleKey()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getUrlButton1()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getUrlButton2()
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
getView(HttpServletRequest)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Get the view parameter
getViewFullUrl(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Gets the view URL with the JSP path
getViewUrl(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Get a View URL
getXPage()
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Returns a new XPage object with default values
getXPage(String)
- Method in class fr.paris.lutece.plugins.mvc.
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.plugins.mvc.
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.plugins.mvc.
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.plugins.mvc.
MVCApplication
Returns the XPage name
I
INFO
- Static variable in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
L
localize(Locale)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
Localize value if value's key found
M
MVCApplication
- Class in
fr.paris.lutece.plugins.mvc
MVC XPage Application
MVCApplication()
- Constructor for class fr.paris.lutece.plugins.mvc.
MVCApplication
MVCMessage
- Class in
fr.paris.lutece.plugins.mvc
MVCMessage
MVCMessage()
- Constructor for class fr.paris.lutece.plugins.mvc.
MVCMessage
Basic constructor
MVCMessage(String)
- Constructor for class fr.paris.lutece.plugins.mvc.
MVCMessage
Constructor
MVCMessageBox
- Class in
fr.paris.lutece.plugins.mvc
MVCMessageBox
MVCMessageBox()
- Constructor for class fr.paris.lutece.plugins.mvc.
MVCMessageBox
P
populate(Object, HttpServletRequest)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Populate a bean using parameters in http request
Q
QUESTION
- Static variable in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
R
redirect(HttpServletRequest, String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Redirect to requested page
redirectMessageBox(HttpServletRequest, MVCMessageBox)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Redirect to a Message Box page
redirectView(HttpServletRequest, String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Redirect to requested view
S
setLabelButton1(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setLabelButton2(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setLabelKeyButton1(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setLabelKeyButton2(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setMessage(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessage
Set the content of this error message
setMessage(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setMessageKey(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setStyle(int)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setTemplate(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setTitle(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setTitleKey(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setUrlButton1(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
setUrlButton2(String)
- Method in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
V
validateBean(T)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Validate a bean
validateBean(T, Locale)
- Method in class fr.paris.lutece.plugins.mvc.
MVCApplication
Validate a bean
View
- Annotation Type in
fr.paris.lutece.plugins.mvc.annotations
View annotation to designate Views to the controller
W
WARNING
- Static variable in class fr.paris.lutece.plugins.mvc.
MVCMessageBox
A
C
D
E
F
G
I
L
M
P
Q
R
S
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2013
Mairie de Paris
. All Rights Reserved.