net.sf.basedb.clients.web.taglib.extensions
Class Scripts
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=...
/>
Attribute |
Default value |
Required |
Description |
context |
- |
yes |
A JspContext to pick scripts 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
Scripts
public Scripts()
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
readObject
private void readObject(ObjectInputStream ois)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeObject
private void writeObject(ObjectOutputStream ois)
throws IOException
- Throws:
IOException