org.camunda.bpm.cycle.web
Class I18nResolver

java.lang.Object
  extended by org.camunda.bpm.cycle.web.I18nResolver
All Implemented Interfaces:
org.thymeleaf.messageresolver.IMessageResolver

public class I18nResolver
extends Object
implements org.thymeleaf.messageresolver.IMessageResolver


Constructor Summary
I18nResolver(org.xnap.commons.i18n.I18n i18n)
           
 
Method Summary
 String getName()
           
 Integer getOrder()
           
 void initialize()
           
 org.thymeleaf.messageresolver.MessageResolution resolveMessage(org.thymeleaf.Arguments arguments, String key, Object[] messageParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

I18nResolver

public I18nResolver(org.xnap.commons.i18n.I18n i18n)
Method Detail

resolveMessage

public org.thymeleaf.messageresolver.MessageResolution resolveMessage(org.thymeleaf.Arguments arguments,
                                                                      String key,
                                                                      Object[] messageParameters)
Specified by:
resolveMessage in interface org.thymeleaf.messageresolver.IMessageResolver

initialize

public void initialize()
Specified by:
initialize in interface org.thymeleaf.messageresolver.IMessageResolver

getOrder

public Integer getOrder()
Specified by:
getOrder in interface org.thymeleaf.messageresolver.IMessageResolver

getName

public String getName()
Specified by:
getName in interface org.thymeleaf.messageresolver.IMessageResolver


Copyright © 2014 camunda services GmbH. All rights reserved.