Griffon 1.2.0

org.codehaus.griffon.runtime.core.factories
[Java] Class DefaultMessageSourceFactory

java.lang.Object
  org.codehaus.griffon.runtime.core.factories.DefaultMessageSourceFactory
All Implemented Interfaces:
MessageSourceFactory

public class DefaultMessageSourceFactory

Default implementation of the MessageSourceFactory interface.

Authors:
Andres Almiray
Since:
1.1.0


Constructor Summary
DefaultMessageSourceFactory()

 
Method Summary
MessageSource create(GriffonApplication app)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DefaultMessageSourceFactory

DefaultMessageSourceFactory()


 
Method Detail

create

public MessageSource create(GriffonApplication app)


 

Groovy Documentation