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

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

There is a newer version: 1.0.2
Show newest version



    
  JSTL 1.0 core library
  JSTL core
  1.0
  s
  http://libs.4coder.cn/static/jstl

  
    
        Provides core validation features for JSTL tags.
    
    
        com.github.yydf.struts.jstl.TagValidator
    
  

  
    
        Catches any Throwable that occurs in its body and optionally
        exposes it.
    
    each
    com.github.yydf.struts.jstl.EachTag
    JSP
    
        A collection of objects.
        items
        true
        true
    
    
        Variable name of the item.
        var
        true
        false
    
    
        Gets the current item index.
        index
        false
        false
    
  
  
    if
    if
    com.github.yydf.struts.jstl.IfTag
    JSP
    
        A condition.
        test
        true
        true
    
  
  
    substr
    substr
    com.github.yydf.struts.jstl.CutStringTag
    JSP
    
        A string.
        str
        true
        true
    
    
        A number.
        len
        true
        true
    
  
  
    case
    case
    com.github.yydf.struts.jstl.CaseTag
    JSP
  
  
    when
    when
    com.github.yydf.struts.jstl.WhenTag
    JSP
    
        A condition.
        test
        true
        true
    
  
  
    else
    else
    com.github.yydf.struts.jstl.ElseTag
    JSP
  
  
    round
    round
    com.github.yydf.struts.jstl.RoundTag
    JSP
    
        A value.
        value
        true
        true
    
    
        A number.
        digits
        false
        true
    
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy