Uses of Class
com.jalios.jcms.context.JcmsToastr
- 
Packages that use JcmsToastr Package Description com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean.
- 
- 
Uses of JcmsToastr in com.jalios.jcms.contextMethods in com.jalios.jcms.context that return JcmsToastr Modifier and Type Method Description JcmsToastrJcmsToastr. setLevel(MessageLevel level)JcmsToastrJcmsToastr. setMessage(java.lang.String message)JcmsToastrJcmsToastr. setOptionMap(java.util.Map<java.lang.String,? extends java.lang.Object> optionMap)Methods in com.jalios.jcms.context that return types with arguments of type JcmsToastr Modifier and Type Method Description static java.util.Set<JcmsToastr>JcmsContext. getToastrCollection(javax.servlet.http.HttpServletRequest request)Returns the toastr collection in the J2EE request.static java.util.Set<JcmsToastr>JcmsContext. getToastrSessionCollection(javax.servlet.http.HttpServletRequest request)Returns the toastr collection in the J2EE session.Methods in com.jalios.jcms.context with parameters of type JcmsToastr Modifier and Type Method Description voidJcmsContext. addToastr(JcmsToastr toastr)Add JCMS toastr for specified request (displayed through doToastr.jspf)static voidJcmsContext. addToastr(javax.servlet.http.HttpServletRequest request, JcmsToastr toastr)Add JCMS toastr for specified request (displayed through doToastr.jspf)voidJcmsContext. addToastrSession(JcmsToastr toastr)Add JCMS toastr for current session (displayed through doToastr.jspf)static voidJcmsContext. addToastrSession(javax.servlet.http.HttpServletRequest request, JcmsToastr toastr)Add JCMS toastr for specified session (displayed through doToastr.jspf)
 
-