|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestHandler | |
|---|---|
| com.vaadin.server | |
| Uses of RequestHandler in com.vaadin.server |
|---|
| Classes in com.vaadin.server that implement RequestHandler | |
|---|---|
class |
BootstrapHandler
Deprecated. As of 7.0. Will likely change or be removed in a future version |
class |
ConnectorResourceHandler
|
class |
GlobalResourceHandler
A RequestHandler that takes care of ConnectorResources that
should not be served by the connector. |
class |
UnsupportedBrowserHandler
A RequestHandler that presents an informative page if the browser in
use is unsupported. |
| Methods in com.vaadin.server that return types with arguments of type RequestHandler | |
|---|---|
java.util.Collection<RequestHandler> |
VaadinSession.getRequestHandlers()
Gets the request handlers that are registered to the session. |
| Methods in com.vaadin.server with parameters of type RequestHandler | |
|---|---|
void |
VaadinSession.addRequestHandler(RequestHandler handler)
Adds a request handler to this session. |
void |
VaadinSession.removeRequestHandler(RequestHandler handler)
Removes a request handler from the session. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||