Uses of Class
org.jboss.seam.international.status.builder.BundleKey

Packages that use BundleKey
org.jboss.seam.international.status   
org.jboss.seam.international.status.builder   
 

Uses of BundleKey in org.jboss.seam.international.status
 

Methods in org.jboss.seam.international.status with parameters of type BundleKey
 BundleTemplateMessage MessageFactory.error(BundleKey message)
           
 BundleTemplateMessage Messages.error(BundleKey message)
          Create a MessageBuilder with the specified Level, add it to the internal queue, and return it.
 BundleTemplateMessage MessageFactory.error(BundleKey message, Object... params)
           
 BundleTemplateMessage Messages.error(BundleKey message, Object... params)
          Create a MessageBuilder with the specified Level, add it to the internal queue, and return it.
 BundleTemplateMessage MessageFactory.fatal(BundleKey message)
           
 BundleTemplateMessage Messages.fatal(BundleKey message)
          Create a MessageBuilder with the specified Level, add it to the internal queue, and return it.
 BundleTemplateMessage MessageFactory.fatal(BundleKey message, Object... params)
           
 BundleTemplateMessage Messages.fatal(BundleKey message, Object... params)
          Create a MessageBuilder with the specified Level, add it to the internal queue, and return it.
 BundleTemplateMessage MessageFactory.info(BundleKey message)
           
 BundleTemplateMessage Messages.info(BundleKey message)
          Create a MessageBuilder with the specified Level, add it to the internal queue, and return it.
 BundleTemplateMessage MessageFactory.info(BundleKey message, Object... params)
           
 BundleTemplateMessage Messages.info(BundleKey message, Object... params)
          Create a MessageBuilder with the specified Level, add it to the internal queue, and return it.
 BundleTemplateMessage MessageFactory.warn(BundleKey message)
           
 BundleTemplateMessage Messages.warn(BundleKey message)
          Create a MessageBuilder with the specified Level, add it to the internal queue, and return it.
 BundleTemplateMessage MessageFactory.warn(BundleKey message, Object... params)
           
 BundleTemplateMessage Messages.warn(BundleKey message, Object... params)
          Create a MessageBuilder with the specified Level, add it to the internal queue, and return it.
 

Uses of BundleKey in org.jboss.seam.international.status.builder
 

Methods in org.jboss.seam.international.status.builder with parameters of type BundleKey
 BundleTemplateMessage BundleTemplateMessage.detail(BundleKey detail)
          Use the given BundleKey to perform a resource lookup, resolving the template to render detail text for this message.
 BundleTemplateMessage BundleTemplateMessage.key(BundleKey text)
          Use the given BundleKey to perform a resource lookup, resolving the template to render for this message.
 



Copyright © 2011 Seam Framework. All Rights Reserved.