Uses of Class javax.servlet.jsp.tagext.JspFragment

Uses in package javax.servlet.jsp.tagext

Methods with parameter type javax.servlet.jsp.tagext.JspFragment

void
Provides the body of this tag as a JspFragment object, able to be invoked zero or more times by the tag handler.
void
Stores the provided JspFragment.

Methods with return type javax.servlet.jsp.tagext.JspFragment

JspFragment
Returns the body passed in by the container via setJspBody.

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.