Class Stylesheets

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

public class Stylesheets
extends TagSupport
Tag for creating <link> tags to stylesheets from a JspContext.

Syntax:

   <ext:stylesheets 
      context=...
  />
Tag attributes
Attribute Default value Required Description
context - yes A JspContext to pick stylesheets 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