Package org.apache.jasper.runtime

Interface Summary
TagHandlerPool This interface allows pooling of tag handlers.
TagPoolManager This interface provides methods for tag handler pooling.
 

Class Summary
BodyContentImpl Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
HttpJspBase This is the subclass of all JSP-generated servlets.
JspFactoryImpl Implementation of JspFactory from the spec.
JspLoader Jsp compiler and runtime depends on special features from the ClassLoader.
JspRuntimeLibrary Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspWriterImpl Write text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
PageContextImpl Implementation of the PageContext class from the JSP spec.
TagHandlerPoolImpl This class provides a basic implementation of TagHandlerPool.
TagPoolManagerImpl This class provides a basic implementation for TagPoolManager.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.