Uses of Interface
org.apache.struts2.Messages

Packages that use Messages
org.apache.struts2   
org.apache.struts2.spi   
 

Uses of Messages in org.apache.struts2
 

Methods in org.apache.struts2 that return Messages
 Messages Messages.forField(java.lang.String fieldName)
          Gets nested messages for the given field.
 

Methods in org.apache.struts2 that return types with arguments of type Messages
 java.util.Map<java.lang.String,Messages> Messages.forFields()
          Gets map of field name to messages for that field.
 

Methods in org.apache.struts2 with parameters of type Messages
 void MessageAware.setMessages(Messages messages)
          Sets messages.
 

Uses of Messages in org.apache.struts2.spi
 

Methods in org.apache.struts2.spi that return Messages
 Messages RequestContext.getMessages()
          Gets messages.
 



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