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

META-INF.tld.app-config.tld Maven / Gradle / Ivy




  app-config
  Collection Sorting Functions
  1.0
  2.0
  http://drunkendev.com/taglib/app-config

  
    configValue
    com.drunkendev.web.settings.AppConfigValueTagHandler
    empty
    
      key
      true
      true
      java.lang.String
    
  

  
    ifPresent
    com.drunkendev.web.settings.IfConfigPresentTagHandler
    
      key
      true
      true
      java.lang.String
    
  

  
    ifTrue
    com.drunkendev.web.settings.IfConfigTrueTagHandler
    
      key
      true
      true
      java.lang.String
    
  

  
    Returns the string value for the provided key
    stringValue
    com.drunkendev.web.settings.ConfigFunctions
    java.lang.String getString(java.lang.String)
  

  
    Returns the boolean value for the provided key
    booleanValue
    com.drunkendev.web.settings.ConfigFunctions
    boolean getBoolean(java.lang.String)
  

  
    Returns the int value for the provided key
    intValue
    com.drunkendev.web.settings.ConfigFunctions
    int getString(java.lang.String)
  

  
    Returns the long value for the provided key
    longValue
    com.drunkendev.web.settings.ConfigFunctions
    long getLong(java.lang.String)
  

  
    Returns the value for the provided key
    value
    com.drunkendev.web.settings.ConfigFunctions
    java.lang.Object getObject(java.lang.String)
  






© 2015 - 2025 Weber Informatics LLC | Privacy Policy