Class ComponentService.TranslationsDTO

  • Enclosing class:
    ComponentService

    public static class ComponentService.TranslationsDTO
    extends java.lang.Object
    A Data Transfer Object (DTO) for localized messages retrieved from cache.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLocale()  
      java.util.Map<java.lang.String,​java.lang.String> getMessages()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLocale

        public java.lang.String getLocale()
      • getMessages

        public java.util.Map<java.lang.String,​java.lang.String> getMessages()