|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Param | |
com.infoengine.doorsadapter | |
com.infoengine.ebai | |
com.infoengine.edasql | |
com.infoengine.jsp.taglibs | |
com.infoengine.messaging | |
com.infoengine.object.factory |
Uses of Param in com.infoengine.doorsadapter |
Methods in com.infoengine.doorsadapter that return Param | |
Param |
RequestContext.getParam(String name)
Get a named parameter for this webject. |
Methods in com.infoengine.doorsadapter with parameters of type Param | |
void |
RequestContext.addParam(Param param)
Add the parameter to the input webject. |
void |
RequestContext.setParam(Param param)
Set a new parameter to the input webject. |
void |
RequestContext.removeParam(Param param)
Remove a parameter from the input webject. |
Uses of Param in com.infoengine.ebai |
Methods in com.infoengine.ebai that return Param | |
protected Param |
RequestContext.getParam(String name)
Get a named parameter for this webject. |
Methods in com.infoengine.ebai with parameters of type Param | |
protected void |
RequestContext.addParam(Param param)
Receive a parameter and add the parameter to this webject. |
protected void |
RequestContext.setParam(Param param)
Set a new parameter to this webject. |
protected void |
RequestContext.removeParam(Param param)
Remove a parameter from this webject. |
Uses of Param in com.infoengine.edasql |
Methods in com.infoengine.edasql that return Param | |
Param |
RequestContext.getParam(String name)
Get a named parameter for this webject. |
Methods in com.infoengine.edasql with parameters of type Param | |
void |
RequestContext.addParam(Param param)
Add the parameter to the input webject. |
void |
RequestContext.setParam(Param param)
Set a new parameter to the input webject. |
void |
RequestContext.removeParam(Param param)
Remove a parameter from the input webject. |
Uses of Param in com.infoengine.jsp.taglibs |
Methods in com.infoengine.jsp.taglibs with parameters of type Param | |
void |
WebjectTag.addParam(Param p)
add a parameter to this webject example: GROUP_IN, inGroup |
void |
TaskTag.addParam(Param p)
set a param within this task |
void |
HasParameters.addParam(Param p)
set a parameter in the parent tag |
void |
DirUpdateObjectsTag.addParam(Param p)
Adds a parameter to this tag. |
void |
DirQueryObjectsTag.addParam(Param p)
Adds a parameter to this tag. |
void |
DirListObjectsTag.addParam(Param p)
Adds a parameter to this tag. |
void |
DirDeleteObjectTag.addParam(Param p)
Adds a parameter to this tag. |
void |
DirCreateObjectsTag.addParam(Param p)
Adds a parameter to this tag. |
Uses of Param in com.infoengine.messaging |
Methods in com.infoengine.messaging with parameters of type Param | |
(package private) boolean |
MsgProcessor.isGetTypeParam(Param p)
|
(package private) int |
MsgProcessor.getGetType(Param p)
|
(package private) boolean |
MsgProcessor.isPutTypeParam(Param p)
|
(package private) int |
MsgProcessor.getPutType(Param p)
|
Uses of Param in com.infoengine.object.factory |
Methods in com.infoengine.object.factory that return Param | |
Param |
Webject.getParam(String name)
Returns a webject parameter by name. |
protected Param |
Webject.getParam(String name,
int type)
Returns a webject parameter of a specific type by name. |
Param |
Webject.getKey(String name)
Returns the KEY parameter with the specified name. |
Param |
Webject.addKey(String key,
String value)
Adds a KEY parameter to this webject. |
Param |
Webject.addUniqueKey(String key,
String value)
Adds a KEY parameter to this webject only if the webject does not contain it already. |
Param |
Webject.getValue(String name)
Returns the VALUE parameter with the specified name. |
Param |
Webject.addValue(String key,
String value)
Adds a VALUE parameter to this webject. |
Param |
Webject.addUniqueValue(String key,
String value)
Adds a VALUE parameter to this webject only if the webject does not contain it already. |
Param |
Webject.setValue(String key,
String value)
Sets a VALUE parameter in this webject. |
Param |
Webject.addValue(String keyval)
Adds a VALUE parameter to this webject. |
Methods in com.infoengine.object.factory with parameters of type Param | |
void |
Webject.addParam(Param param)
Adds a new parameter to this webject. |
void |
Webject.setParam(Param param)
Sets a new parameter for this webject. |
void |
Webject.removeParam(Param param)
Removes a specific parameter from this webject. |
Enumeration |
Task.getVariables(String lex,
Param param)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |