java.lang.Object
javax.servlet.jsp.tagext.TagSupport
net.sf.basedb.clients.web.taglib.extensions.Scripts
All Implemented Interfaces:
Serializable, IterationTag, JspTag, Tag

public class Scripts
extends TagSupport
Tag for creating <script> tags from a JspContext.

Syntax:

   <ext:scripts 
      context=...
  />
Tag attributes
Attribute Default value Required Description
context - yes A JspContext to pick scripts from.
extension - no If set, only scripts defined by the given extension are included in the output.
Version:
2.7
Author:
Nicklas
See Also:
Serialized Form