BBJSP Servlet::service (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method must be implemented by BBJSP servlets. Use the BBjspServletContext instance to obtain the BBjspWebRequest and BBjspWebResponse instances.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         service(BBjspServletContext context)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         context  | 
                                                    
Return Value
None.
Remarks
None.
Example
                                                     |