|
|||||||||||
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 |
AssociationContext
Deprecated. - no longer used - old way of getting associations |
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 View |
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(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 |
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.loadParameterValues(IContext context,
javax.servlet.http.HttpServletRequest request)
Gets the values of all parameters out of the request and puts them in the context. |
void |
HTMLParameterInput.loadAttributeValues(IContext context,
javax.servlet.http.HttpServletRequest request)
Gets the values of all attributes out of the request and puts them in the context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |