Uses of Class
org.apache.struts2.Messages.Severity

Packages that use Messages.Severity
org.apache.struts2   
 

Uses of Messages.Severity in org.apache.struts2
 

Methods in org.apache.struts2 that return Messages.Severity
static Messages.Severity Messages.Severity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Messages.Severity[] Messages.Severity.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.struts2 that return types with arguments of type Messages.Severity
 java.util.Set<Messages.Severity> Messages.getSeverities()
          Gets set of severities for which this Messages instance has messages.
 

Methods in org.apache.struts2 with parameters of type Messages.Severity
 void Messages.add(Messages.Severity severity, java.lang.String key)
          Adds message.
 void Messages.add(Messages.Severity severity, java.lang.String key, java.lang.String... arguments)
          Adds request-scoped message.
 java.util.List<java.lang.String> Messages.forSeverity(Messages.Severity severity)
          Gets message strings for the given severity.
 boolean Messages.isEmpty(Messages.Severity severity)
          Returns true if this and all nested Messages instances have no messages for the given severity.
 



Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.