Package com.jalios.jcms.context
Provides context classes available in every request, you can extends them or use them as javabean.
-
Interface Summary Interface Description JcmsMessageSelector JcmsMessage
selector interface -
Class Summary 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 initialized by JCMS.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 aJcmsMessage
by its level. -
Enum Summary Enum Description JcmsMessage.Level Criticity Level of message being displayed to the User.MessageLevel