Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.servlet
Class PageBrokerHandler

java.lang.Object
  |
  +--oracle.cabo.servlet.PageBrokerHandler

public class PageBrokerHandler
extends java.lang.Object

The PageBrokerHandler class encapsulates all the handling that is required to process a single HTTP request using the UIX Controller.


Constructor Summary
PageBrokerHandler()
          Creates a PageBrokerHandler.
 
Method Summary
 Page handleRequest(BajaContext context)
          Handles an HTTP request from start to finish.
static PageBrokerHandler sharedInstance()
          Returns the shared instance of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageBrokerHandler

public PageBrokerHandler()
Creates a PageBrokerHandler.
Method Detail

sharedInstance

public static PageBrokerHandler sharedInstance()
Returns the shared instance of this class.

handleRequest

public Page handleRequest(BajaContext context)
                   throws java.io.IOException,
                          javax.servlet.ServletException
Handles an HTTP request from start to finish. The PageBroker used will be retrieved from the provided BajaContext.
Parameters:
context - the BajaContext for this request
Returns:
the Page eventually rendered, or null if no page could be rendered

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.