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

org.springframework.web.servlet.tags.package-info Maven / Gradle / Ivy

There is a newer version: 6.1.6
Show newest version
/**
 * 

This package contains Spring's JSP standard tag library for JSP 2.0+. * Supports JSP view implementations within Spring's Web MVC framework. * For more details on each tag, see the list of tags below with links to * individual tag classes, or check the {@code spring.tld} file: * *

    *
  • {@link org.springframework.web.servlet.tags.ArgumentTag The argument tag} *
  • {@link org.springframework.web.servlet.tags.BindTag The bind tag} *
  • {@link org.springframework.web.servlet.tags.BindErrorsTag The hasBindErrors tag} *
  • {@link org.springframework.web.servlet.tags.EscapeBodyTag The escapeBody tag} *
  • {@link org.springframework.web.servlet.tags.EvalTag The eval tag} *
  • {@link org.springframework.web.servlet.tags.HtmlEscapeTag The htmlEscape tag} *
  • {@link org.springframework.web.servlet.tags.MessageTag The message tag} *
  • {@link org.springframework.web.servlet.tags.NestedPathTag The nestedPath tag} *
  • {@link org.springframework.web.servlet.tags.ParamTag The param tag} *
  • {@link org.springframework.web.servlet.tags.ThemeTag The theme tag} *
  • {@link org.springframework.web.servlet.tags.TransformTag The transform tag} *
  • {@link org.springframework.web.servlet.tags.UrlTag The url tag} *
* *

Please note that the various tags generated by this form tag library are * compliant with https://www.w3.org/TR/xhtml1/ and attendant * https://www.w3.org/TR/xhtml1/dtds.html#a_dtd_XHTML-1.0-Strict. */ @NonNullApi @NonNullFields package org.springframework.web.servlet.tags; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy