Package | Description |
---|---|
com.jalios.jcms.context |
Provides context classes available in every request, you can extends them or use them as javabean.
|
com.jalios.jcms.taglib |
Provides many of the classes used for JCMS jsp tags.
|
Modifier and Type | Method and Description |
---|---|
MessageLevel |
JcmsToastr.getLevel() |
static MessageLevel |
MessageLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageLevel[] |
MessageLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JcmsToastr |
JcmsToastr.setLevel(MessageLevel level) |
Constructor and Description |
---|
JcmsToastr(MessageLevel level,
java.lang.String message,
java.util.Map<java.lang.String,java.lang.String> optionMap)
Create a new
JcmsToastr with the specified JcmsMessage.Level , message, url and optionMap |
Modifier and Type | Method and Description |
---|---|
MessageLevel |
ToastrTag.getLevel() |
MessageLevel |
MessageTag.getLevel() |
Modifier and Type | Method and Description |
---|---|
void |
ToastrTag.setLevel(MessageLevel level) |
void |
MessageTag.setLevel(MessageLevel level) |
Copyright © 2001-2018 Jalios SA. All Rights Reserved.