public class Scripts extends TagSupport
JspContext
.
Syntax:
<ext:scripts context=... />
Attribute | Default value | Required | Description |
context | - | yes |
A JspContext to pick scripts from.
|
Modifier and Type | Field and Description |
---|---|
private JspContext |
context |
private static long |
serialVersionUID |
id, pageContext
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
Scripts() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag() |
private void |
readObject(java.io.ObjectInputStream ois) |
void |
setContext(JspContext context) |
private void |
writeObject(java.io.ObjectOutputStream ois) |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
private static final long serialVersionUID
private JspContext context
public void setContext(JspContext context)
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class TagSupport
JspException
private void readObject(java.io.ObjectInputStream ois) throws java.lang.ClassNotFoundException, java.io.IOException
java.lang.ClassNotFoundException
java.io.IOException
private void writeObject(java.io.ObjectOutputStream ois) throws java.io.IOException
java.io.IOException