|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.browserext.RequestHandler
public abstract class RequestHandler
Class to be extended to provide information to browser extensions written to debug ADF applications.
| Nested Class Summary | |
|---|---|
static class |
RequestHandler.RequestTypeTypes of requests that may be made to the server from the browser |
| Constructor Summary | |
|---|---|
RequestHandler() |
|
| Method Summary | |
|---|---|
abstract String |
getName()Get the name of this handler that is specified by the client. |
abstract RequestHandler.RequestType |
getType()Get the type of requests to handle |
abstract void |
handleRequest(javax.faces.context.FacesContext facesContext, BrowserResponseWriter out, Map<String,Object> parameters)Handle a request from the browser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RequestHandler()
| Method Detail |
|---|
public abstract RequestHandler.RequestType getType()
public abstract String getName()
This will only be called once on the handler and must be a constant value.
public abstract void handleRequest(javax.faces.context.FacesContext facesContext,
BrowserResponseWriter out,
Map<String,Object> parameters)
throws IOException
facesContext - The faces contextout - the writer to write the response toparameters - The parameters sent from the clientIOException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.