|
JSPTemplates | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectConfig | |
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 ObjectConfig in org.tp23.jasper.runtime |
Classes in org.tp23.jasper.runtime that implement ObjectConfig | |
class |
NullObjectConfig
This is a place holder for an ObjectConfig when there is no config file generated |
class |
PropertiesObjectConfig
This is a simple implementation of a configuration object that loads from a properties file. |
Fields in org.tp23.jasper.runtime declared as ObjectConfig | |
protected ObjectConfig |
ObjectPageContextImpl.config
Description of the Field |
Methods in org.tp23.jasper.runtime that return ObjectConfig | |
ObjectConfig |
ObjectPageContextImpl.getObjectConfig()
Gets the objectConfig attribute of the ObjectPageContextImpl object |
ObjectConfig |
ObjectContainerContextImpl.getConfig(java.lang.String uri)
Gets a Config object for a given JSP. |
Uses of ObjectConfig in org.tp23.jsp |
Methods in org.tp23.jsp that return ObjectConfig | |
ObjectConfig |
ObjectContainerContext.getConfig(java.lang.String uripath)
Gets the config attribute of the ObjectContainerContext object |
ObjectConfig |
ObjectPageContext.getObjectConfig()
|
|
JSPTemplates | |||||||||
PREV NEXT | FRAMES NO FRAMES |