|
JSPTemplates | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectContainerContext | |
org.tp23.jasper.runtime | This package contains code that the JSP runtime uses. |
org.tp23.jsp | This package contains interfaces and exceptions to abstract the compilation from accessing the compiled results. |
Uses of ObjectContainerContext in org.tp23.jasper.runtime |
Classes in org.tp23.jasper.runtime that implement ObjectContainerContext | |
class |
ObjectContainerContextImpl
This Is a context for the Server. |
Fields in org.tp23.jasper.runtime declared as ObjectContainerContext | |
protected ObjectContainerContext |
ObjectPageContextImpl.context
Description of the Field |
Methods in org.tp23.jasper.runtime that return ObjectContainerContext | |
ObjectContainerContext |
ObjectPageContextImpl.getObjectContainerContext()
Gets the servletContext attribute of the ObjectPageContextImpl object |
ObjectContainerContext |
PropertiesObjectConfig.getObjectContainerContext()
|
ObjectContainerContext |
NullObjectConfig.getObjectContainerContext()
Gets the ObjectContainerContext for this server |
Methods in org.tp23.jasper.runtime with parameters of type ObjectContainerContext | |
void |
ObjectJspFactoryImpl.setObjectContainerContext(ObjectContainerContext contCtx)
Constructor for the ObjectJspFactoryImpl object |
Constructors in org.tp23.jasper.runtime with parameters of type ObjectContainerContext | |
PropertiesObjectConfig(ObjectContainerContext containerContext,
java.io.File propertiesFile)
Constructor for the PropertiesObjectConfig object |
|
NullObjectConfig(ObjectContainerContext containerContext)
Constructor for the NullObjectConfig object |
Uses of ObjectContainerContext in org.tp23.jsp |
Methods in org.tp23.jsp that return ObjectContainerContext | |
ObjectContainerContext |
ObjectConfig.getObjectContainerContext()
Gets the ObjectContainerContext of the server running this JSP |
ObjectContainerContext |
ObjectPageContext.getObjectContainerContext()
|
Methods in org.tp23.jsp with parameters of type ObjectContainerContext | |
void |
ObjectJspFactory.setObjectContainerContext(ObjectContainerContext contCtx)
|
|
JSPTemplates | |||||||||
PREV NEXT | FRAMES NO FRAMES |