All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.Translator.tld Maven / Gradle / Ivy

Go to download

The addc-tag library supplies a Tag Library to access the I18N classes in the addc-base library.

There is a newer version: 2.6
Show newest version


  1.0
  1.2
  translator
  http://www.addc.com/taglibs/translator-taglib
  Supplies translation services using the com.addc.commons.i18n classes in the addc-base library
  
    tr
    com.addc.commons.web.i18n.tags.TranslatorTag
    empty
    This Tag supplies I18n support
    
      bundle
      true
      true
    
    
      msg
      true
      true
    
    
      arg1
      false
      true
      The first replacement string
    
    
      arg2
      false
      true
      The second replacement string
    
    
      arg3
      false
      true
      The third replacement string
    
    
      arg4
      false
      true
      The fourth replacement string
    
    
      arg5
      false
      true
      The fifth replacement string
    
    
      var
      false
      false
      The page context variable to hold the resulting string
    
    
      escapeType
      false
      false
      How to escape the resulting string either HTML or JS default is HTML
    
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy