Groovy Documentation

griffon.plugins.i18n
[Java] Interface ConstrainedMessageSource

griffon.plugins.i18n.ConstrainedMessageSource
  griffon.plugins.i18n.MessageSource
All Superinterfaces:
MessageSource

public interface ConstrainedMessageSource
extends MessageSource

Interface for resolving messages, with support for the parameterization and internationalization of such messages. This interface extends MessageSource with support of constraint specific datasources.

Authors:
Alexander Klein


Method Summary
MessageSource getMessageSource(Object constraint)

 
Methods inherited from interface MessageSource
getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage
 

Method Detail

getMessageSource

public MessageSource getMessageSource(Object constraint)


 

Groovy Documentation