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

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




   Taglib for Dandelion JSP module
   110
   dandelion
   http://github.com/dandelion
   
   
      
      The  tag allows you to add or exclude bundles from the current request.

]]>
bundle com.github.dandelion.jsp.tag.BundleTag empty Comma-separated list of bundles to include in the current request.

  • Required: no

]]>
includes false true
Comma-separated list of bundles to exclude from the current request.

  • Required: no

]]>
excludes false true
The tag allows you to exclude individual js/css from the current request.

]]>
asset com.github.dandelion.jsp.tag.AssetTag empty Comma-separated list of Js files to exclude from the current request.

  • Required: no

]]>
jsExcludes false true
Comma-separated list of Css files to exclude from the current request.

  • Required: no

]]>
cssExcludes false true
The tag allows you to configure placeholders for the asset injection.

]]>
placeholder com.github.dandelion.jsp.tag.PlaceholderTag empty Type of placeholder to configure.

  • Required: no
  • Possible values: js|css

]]>
type true true




© 2015 - 2024 Weber Informatics LLC | Privacy Policy