Package | Description |
---|---|
javax.servlet.jsp.tagext |
Classes and interfaces for the definition of Jakarta Server Pages Tag Libraries.
|
org.apache.jasper.runtime |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
JspFragmentHelper
Helper class from which all Jsp Fragment helper classes extend.
|
Copyright © 2022. All rights reserved.