Package org.apache.jasper.runtime

This package needs to be visible and is used at runtime by the generated servlets.

See:
          Description

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.
 

Package org.apache.jasper.runtime Description

This package needs to be visible and is used at runtime by the generated servlets.

Initialization

Code using jasper-generated servlets must init the runtime by calling: JspFactory.setDefaultFactory(new JspFactoryImpl());

Dependencies

A servlet generated by jasper will depend at runtime on the following: org.apache.jasper.runtime.* ( act as a facade ) org.apache.jasper.resources.* org.apache.jasper.Constants org.apache.jasper.JasperException org.apache.jasper.Options Plus general purpose utils - independent of tomcat and self contained: org.apache.tomcat.util.collections.* org.apache.tomcat.util.log.* Things we might want to remove: util.compat ( only to get platform lineSeparator )



Copyright ? 2001 Apache Software Foundation. All Rights Reserved.