org.apache.jasper.runtime |
|
Java Source File Name | Type | Comment |
BodyContentImpl.java | Class | Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings. |
HttpJspBase.java | Class | This is the super class of all JSP-generated servlets.
author: Anil K. |
JspContextWrapper.java | Class | Implementation of a JSP Context Wrapper.
The JSP Context Wrapper is a JspContext created and maintained by a tag
handler implementation. |
JspFactoryImpl.java | Class | Implementation of JspFactory.
author: Anil K. |
JspFragmentHelper.java | Class | Helper class from which all Jsp Fragment helper classes extend. |
JspRuntimeLibrary.java | Class | Bunch of util methods that are used by code generated for useBean,
getProperty and setProperty. |
JspSourceDependent.java | Interface | Interface for tracking the source files dependencies, for the purpose
of compiling out of date pages. |
JspWriterImpl.java | Class | Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings. |
PageContextImpl.java | Class | Implementation of the PageContext class from the JSP spec.
Also doubles as a VariableResolver for the EL.
author: Anil K. |
PerThreadTagHandlerPool.java | Class | Thread-local based pool of tag handlers that can be reused. |
ProtectedFunctionMapper.java | Class | Maps EL functions to their Java method counterparts. |
ServletResponseWrapperInclude.java | Class | ServletResponseWrapper used by the JSP 'include' action. |
TagHandlerPool.java | Class | Pool of tag handlers that can be reused. |