- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class HtmlIncludeTag
extends javax.servlet.jsp.tagext.TagSupport
Lets you conveniently include js and css resources in your jsp pages and fragments. If this tag
is used to include the same file more than once in different page fragments (e.g. header,
portlets) then it will silently include the file just once. Also, this tag will silently replace
certain resources with others (e.g. jquery-1.3.2.min.js maps to jquery.min.js). See
openmrs_static_content-servlet.xml for example usage and to see what core resources are remapped.
- See Also:
- Serialized Form