Package org.apache.jasper.runtime

Interface Summary
JspSourceDependent Interface for tracking the source files dependencies, for the purpose of compiling out of date pages.
ResourceInjector Interface for injecting injectable resources into tag handler instances.
 

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.
ELContextImpl Concrete implementation of ELContext.
ExpressionEvaluatorImpl This is the implementation of ExpreesioEvaluator using implementation of JSP2.1.
HttpJspBase This is the super class of all JSP-generated servlets.
JspApplicationContextImpl  
JspContextWrapper Implementation of a JSP Context Wrapper.
JspFactoryImpl Implementation of JspFactory.
JspFragmentHelper Helper class from which all Jsp Fragment helper classes extend.
JspRuntimeLibrary Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspRuntimeLibrary.PrivilegedIntrospectHelper  
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.
PerThreadTagHandlerPool Thread-local based pool of tag handlers that can be reused.
ProtectedFunctionMapper Maps EL functions to their Java method counterparts.
ServletResponseWrapperInclude ServletResponseWrapper used by the JSP 'include' action.
TagHandlerPool Pool of tag handlers that can be reused.
VariableMapperImpl This is the implementation of VariableMapper.
VariableResolverImpl This is the implementation of VariableResolver in JSP 2.0, using ELResolver in JSP2.1.
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.