Package | Description |
---|---|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of JavaServer Pages Tag Libraries.
|
Modifier and Type | Method and Description |
---|---|
protected JspFragment |
SimpleTagSupport.getJspBody()
Returns the body passed in by the container via setJspBody.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleTagSupport.setJspBody(JspFragment jspBody)
Stores the provided JspFragment.
|
void |
SimpleTag.setJspBody(JspFragment jspBody)
Provides the body of this tag as a JspFragment object, able to be
invoked zero or more times by the tag handler.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.