BBjJettyContextConfiguration::getParameterNames
Description
In BBj 15.0 and higher, this method returns the configured parameters for the Context.
Syntax
Return Value |
Method |
---|---|
getParameterNames() |
Parameters
None.
Return Value
a BBjVector containing the names of parameters
Remarks
Parameters stored in the context are accessible to all servlets running within the context. Parameters are name and value pairs of Strings
Example
declare BBjAPI api! |