|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.remote.server.rest.ResultConfig
public class ResultConfig
| Constructor Summary | |
|---|---|
ResultConfig(String url,
Class<? extends Handler> handlerClazz,
DriverSessions sessions,
Logger log)
|
|
| Method Summary | |
|---|---|
protected void |
addHandlerAttributesToRequest(javax.servlet.http.HttpServletRequest request,
Handler handler)
|
boolean |
equals(Object o)
|
Handler |
getHandler(String url,
SessionId sessionId)
|
Throwable |
getRootExceptionCause(Throwable originalException)
|
void |
handle(String pathInfo,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
int |
hashCode()
|
boolean |
isFor(String urlToMatch)
|
ResultConfig |
on(ResultType success,
Renderer renderer)
|
ResultConfig |
on(ResultType success,
Renderer renderer,
String mimeType)
|
protected Handler |
populate(Handler handler,
String pathString)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultConfig(String url,
Class<? extends Handler> handlerClazz,
DriverSessions sessions,
Logger log)
| Method Detail |
|---|
public Handler getHandler(String url,
SessionId sessionId)
throws Exception
Exceptionpublic boolean isFor(String urlToMatch)
protected Handler populate(Handler handler,
String pathString)
public ResultConfig on(ResultType success,
Renderer renderer)
public ResultConfig on(ResultType success,
Renderer renderer,
String mimeType)
public void handle(String pathInfo,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exception
protected void addHandlerAttributesToRequest(javax.servlet.http.HttpServletRequest request,
Handler handler)
throws Exception
Exceptionpublic Throwable getRootExceptionCause(Throwable originalException)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||