Search in sources :

Example 1 with MessageFormatter

use of org.pentaho.platform.engine.services.MessageFormatter in project pentaho-platform by pentaho.

the class UIServletIT method setUp.

public void setUp() {
    // $NON-NLS-1$
    StandaloneApplicationContext applicationContext = new StandaloneApplicationContext(getSolutionPath(), "");
    PentahoSystem.init(applicationContext, getRequiredListeners());
    IMessageFormatter msgFormatter = new MessageFormatter();
    PentahoSystem.registerObject(msgFormatter);
}
Also used : IMessageFormatter(org.pentaho.platform.api.engine.IMessageFormatter) StandaloneApplicationContext(org.pentaho.platform.engine.core.system.StandaloneApplicationContext) IMessageFormatter(org.pentaho.platform.api.engine.IMessageFormatter) MessageFormatter(org.pentaho.platform.engine.services.MessageFormatter)

Aggregations

IMessageFormatter (org.pentaho.platform.api.engine.IMessageFormatter)1 StandaloneApplicationContext (org.pentaho.platform.engine.core.system.StandaloneApplicationContext)1 MessageFormatter (org.pentaho.platform.engine.services.MessageFormatter)1