org.apache.jasper.runtime

Class JspFragmentHelper


public abstract class JspFragmentHelper
extends JspFragment

Helper class from which all Jsp Fragment helper classes extend. This class allows for the emulation of numerous fragments within a single class, which in turn reduces the load on the class loader since there are potentially many JspFragments in a single page.

The class also provides various utility methods for JspFragment implementations.

Author:
Mark Roth

Field Summary

protected PageContext
_jspx_page_context
protected int
discriminator
protected JspContext
jspContext
protected JspTag
parentTag

Constructor Summary

JspFragmentHelper(int discriminator, JspContext jspContext, JspTag parentTag)

Method Summary

JspContext
getJspContext()
JspTag
getParentTag()

Field Details

_jspx_page_context

protected PageContext _jspx_page_context

discriminator

protected int discriminator

jspContext

protected JspContext jspContext

parentTag

protected JspTag parentTag

Constructor Details

JspFragmentHelper

public JspFragmentHelper(int discriminator,
                         JspContext jspContext,
                         JspTag parentTag)

Method Details

getJspContext

public JspContext getJspContext()

getParentTag

public JspTag getParentTag()

Copyright ?? 2000-2004 Apache Software Foundation. All Rights Reserved.