Uses of Interface
org.jboss.seam.international.status.builder.TemplateMessage

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

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

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

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

Methods in org.jboss.seam.international.status.builder that return TemplateMessage
 TemplateMessage TemplateMessage.detail(String detail)
          Set the detail text for this message.
 TemplateMessage TemplateMessage.detailParams(Object... detailParams)
          Set the parameters for detail text of this builder's template.
 TemplateMessage TemplateMessage.level(Level level)
          Set the severity, level of importance of this message.
 TemplateMessage TemplateMessage.targets(String targets)
          Set the targets for this message.
 TemplateMessage TemplateMessage.text(String summary)
          Set the template for this message.
 TemplateMessage TemplateMessage.textParams(Object... summaryParams)
          Set the parameters for this builder's template.
 



Copyright © 2009-2011 Seam Framework. All Rights Reserved.