|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.servlet.PageBrokerHandler
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 |
public PageBrokerHandler()
Method Detail |
public static PageBrokerHandler sharedInstance()
public Page handleRequest(BajaContext context) throws java.io.IOException, javax.servlet.ServletException
context
- the BajaContext for this request
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |