| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use IContext | |
| planetj.database | |
| planetj.dataengine | |
| planetj.dataengine.application | |
| planetj.dataengine.operation | |
| planetj.dataengine.parameter | |
| planetj.html | |
| Uses of IContext in planetj.database | 
| Classes in planetj.database that implement IContext | |
 class | 
SQLContext
Contains information about an SQL command, including parameters on how to run the command, the command itself, and how to organize the command's results.  | 
| Uses of IContext in planetj.dataengine | 
| Classes in planetj.dataengine that implement IContext | |
 class | 
AbstractContext
!!DA (6/11/2003 8:06:21 AM) documentation needed  | 
 class | 
HTMLContext
 | 
 class | 
JavaContext
 | 
| Uses of IContext in planetj.dataengine.application | 
| Subinterfaces of IContext in planetj.dataengine.application | |
 interface | 
IApplicationContext
 | 
| Classes in planetj.dataengine.application that implement IContext | |
 class | 
ApplicationSQLContext
SQLContext used for queries which correspond to a specific Application or Operation  | 
| Uses of IContext in planetj.dataengine.operation | 
| Subinterfaces of IContext in planetj.dataengine.operation | |
 interface | 
IOperationContext
 | 
| Classes in planetj.dataengine.operation that implement IContext | |
 class | 
HTMLOperationContext
 | 
 class | 
JavaOperationContext
 | 
 class | 
URLOperationContext
!!A WK (6/26/2003 8:50:25 PM) this class is work in progress.  | 
| Uses of IContext in planetj.dataengine.parameter | 
| Methods in planetj.dataengine.parameter that return IContext | |
 IContext | 
ParameterCollection.getContext()
Gets the context associated with this parameter collection  | 
 IContext | 
IParameter.getContext()
Gets the parameter's context  | 
 IContext | 
AbstractParameter.getContext()
Gets the parameter's context  | 
| Methods in planetj.dataengine.parameter with parameters of type IContext | |
 void | 
TableParameter.setContext(IContext context)
Sets the parameter's context  | 
static boolean | 
ParameterManager.isDisplayParameter(java.lang.String parameterID,
                   IContext context)
Tests if the parameter should be displayed to the user  | 
 ParameterCollection | 
ParameterCollection.cloneParameterCollection(IContext context)
Clones this parameter collection.  | 
 void | 
IParameter.setContext(IContext context)
Sets the parameter's context  | 
 void | 
AbstractParameter.setContext(IContext context)
Sets the parameter's context  | 
protected  void | 
AbstractParameter.setContextInternal(IContext context)
Sets the parameter's context  | 
| Constructors in planetj.dataengine.parameter with parameters of type IContext | |
ParameterCollection(IContext context)
Creates a new ParameterCollection  | 
|
| Uses of IContext in planetj.html | 
| Methods in planetj.html with parameters of type IContext | |
 void | 
HTMLParameterInput.loadAttributeValues(IContext context,
                    HttpServletRequest request)
Deprecated. replaced with HTMLExtractor.loadAttributeValues(IContext, HttpServletRequest)  | 
 void | 
HTMLParameterInput.loadParameterValues(IContext context,
                    HttpServletRequest request)
Deprecated. replaced with HTMLExtractor.loadParameterValues(IContext, HttpServletRequest)  | 
static void | 
HTMLExtractor.loadParameterValues(IContext context,
                    HttpServletRequest request)
Gets the values of all parameters out of the request and puts them in the context.  | 
static void | 
HTMLExtractor.loadRequestAttributeValues(IContext context,
                           HttpServletRequest request)
Gets the values of all attributes out of the request and puts them in the context.  | 
static void | 
HTMLExtractor.loadSessionAttributeValues(IContext context,
                           HttpServletRequest request)
Gets the values of all attributes out of the session and puts them in the context.  | 
static void | 
HTMLExtractor.loadGlobalAttributeValues(IContext context,
                          HttpServletRequest request)
Gets the values of all attributes out of the session and puts them in the context.  | 
static void | 
HTMLExtractor.loadSQLTextReplacementValues(IContext context,
                             HttpServletRequest request)
Gets the values of all attributes out of the session and puts them in the context.  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||