Package org.apache.taglibs.standard.tag.el.core


package org.apache.taglibs.standard.tag.el.core
  • Classes
    Class
    Description
    Contains some static utilities to facilitate common forms of expression evaluation.
    A handler for <forEach> that accepts attributes as Strings and evaluates them as expressions at runtime.
    A handler for <forTokens> that accepts attributes as Strings and evaluates them as expressions at runtime.
    Tag handler for <if> in JSTL's expression-evaluating library.
    A handler for <import> that accepts attributes as Strings and evaluates them as expressions at runtime.
    A handler for <out>, which redirects the browser to a new URL.
    A handler for <param> that accepts attributes as Strings and evaluates them as expressions at runtime.
    A handler for <redirect>, which redirects the browser to a new URL.
    A handler for <set>, which redirects the browser to a new URL.
    A handler for <urlEncode> that accepts attributes as Strings and evaluates them as expressions at runtime.
    Tag handler for <when> in JSTL's expression-evaluating library.