See: Description
Interface | Description |
---|---|
JcmsMessageSelector |
JcmsMessage selector interface |
Class | Description |
---|---|
AbstractJcmsAjaxContext |
Convenient abstract class to easily develops AJAX handlers in JCMS.
This class tracks variables and various request information available during the initial request of user (as opposed to other AJAX request in which the information is either not available or not the same). To develop your AJAX handler : 1. |
GroupListContext | |
GroupListContext.Builder | |
JcmsContext |
This class keep track of all variables declared in doInitPage and give access
to convenient methods when you are not in a jsp (servlet, tag, custom class
etc) To use methods of this class, You MUST set a valid request and response
(either with the contructor or with the setters).
|
JcmsJspContext |
This class allows you to keep track of variables declare and initialiazed by JCMS.
You can either : 1. |
JcmsMessage |
Wrapper class for message(s) to be displayed to the user in the GUI.
|
JcmsToastr |
Wrapper class for toastr(s) to be displayed to the user in the GUI.
|
LevelSelector |
Select a
JcmsMessage by its level. |
Enum | Description |
---|---|
JcmsMessage.Level |
Criticity Level of message being displayed to the User.
|
MessageLevel |
Copyright © 2001-2017 Jalios SA. All Rights Reserved.