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
-
Field Summary
Fields Modifier and Type Field Description private JspContext
context
private static long
serialVersionUID
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
Constructors Constructor Description Stylesheets()
-
Method Summary
Modifier and Type Method Description int
doStartTag()
private void
readObject(ObjectInputStream ois)
void
setContext(JspContext context)
private void
writeObject(ObjectOutputStream ois)
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
- Constant Field Values
-
context
-
-
Constructor Details
-
Stylesheets
public Stylesheets()
-
-
Method Details
-
setContext
-
doStartTag
- Specified by:
doStartTag
in interfaceTag
- Overrides:
doStartTag
in classTagSupport
- Throws:
JspException
-
readObject
- Throws:
ClassNotFoundException
IOException
-
writeObject
- Throws:
IOException
-