Uses of Class
com.jalios.jcms.context.MessageLevel
-
Packages that use MessageLevel 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 JPlatform jsp tags. -
-
Uses of MessageLevel in com.jalios.jcms.context
Methods in com.jalios.jcms.context that return MessageLevel Modifier and Type Method 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.Methods in com.jalios.jcms.context with parameters of type MessageLevel Modifier and Type Method Description JcmsToastr
JcmsToastr. setLevel(MessageLevel level)
Constructors in com.jalios.jcms.context with parameters of type MessageLevel Constructor Description JcmsToastr(MessageLevel level, java.lang.String message, java.util.Map<java.lang.String,java.lang.String> optionMap)
Create a newJcmsToastr
with the specifiedJcmsMessage.Level
, message, url and optionMap -
Uses of MessageLevel in com.jalios.jcms.taglib
Methods in com.jalios.jcms.taglib that return MessageLevel Modifier and Type Method Description MessageLevel
MessageTag. getLevel()
MessageLevel
ToastrTag. getLevel()
Methods in com.jalios.jcms.taglib with parameters of type MessageLevel Modifier and Type Method Description void
MessageTag. setLevel(MessageLevel level)
void
ToastrTag. setLevel(MessageLevel level)
-