Package | Description |
---|---|
com.jalios.jcms.context |
Provides context classes available in every request, you can extends them or use them as javabean.
|
Modifier and Type | Method and Description |
---|---|
JcmsToastr |
JcmsToastr.setLevel(MessageLevel level) |
JcmsToastr |
JcmsToastr.setMessage(java.lang.String message) |
JcmsToastr |
JcmsToastr.setOptionMap(java.util.Map<java.lang.String,java.lang.String> optionMap) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static void |
JcmsContext.addToastr(javax.servlet.http.HttpServletRequest request,
JcmsToastr toastr)
Add JCMS toastr for specified request (displayed through doToastr.jspf)
|
void |
JcmsContext.addToastr(JcmsToastr toastr)
Add JCMS toastr for specified request (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)
|
void |
JcmsContext.addToastrSession(JcmsToastr toastr)
Add JCMS toastr for current session (displayed through doToastr.jspf)
|
Copyright © 2001-2018 Jalios SA. All Rights Reserved.