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.context
Methods in com.jalios.jcms.context that return JcmsToastr Modifier and Type Method Description JcmsToastr
JcmsToastr. setLevel(MessageLevel level)
JcmsToastr
JcmsToastr. setMessage(java.lang.String message)
JcmsToastr
JcmsToastr. 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 void
JcmsContext. addToastr(JcmsToastr toastr)
Add JCMS toastr for specified request (displayed through doToastr.jspf)static void
JcmsContext. addToastr(javax.servlet.http.HttpServletRequest request, JcmsToastr toastr)
Add JCMS toastr for specified request (displayed through doToastr.jspf)void
JcmsContext. addToastrSession(JcmsToastr toastr)
Add JCMS toastr for current session (displayed through doToastr.jspf)static void
JcmsContext. addToastrSession(javax.servlet.http.HttpServletRequest request, JcmsToastr toastr)
Add JCMS toastr for specified session (displayed through doToastr.jspf)
-