net.sf.basedb.clients.web.taglib.extensions
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=...
/>
Attribute |
Default value |
Required |
Description |
context |
- |
yes |
A JspContext to pick stylesheets from.
|
- Version:
- 2.7
- Author:
- Nicklas
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
context
private JspContext context
Stylesheets
public Stylesheets()
setContext
public void setContext(JspContext context)
doStartTag
public int doStartTag()
throws JspException
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
- Throws:
JspException