|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RestErrorCallback | |
---|---|
org.jboss.errai.enterprise.client.jaxrs.api | |
org.jboss.errai.security.client.local.callback |
Uses of RestErrorCallback in org.jboss.errai.enterprise.client.jaxrs.api |
---|
Methods in org.jboss.errai.enterprise.client.jaxrs.api with parameters of type RestErrorCallback | ||
---|---|---|
static
|
RestClient.create(Class<T> remoteService,
RemoteCallback<R> callback,
RestErrorCallback errorCallback,
Integer... successCodes)
Creates a client/proxy for the provided JAX-RS resource interface. |
|
static
|
RestClient.create(Class<T> remoteService,
String baseUrl,
RemoteCallback<R> callback,
RestErrorCallback errorCallback,
Integer... successCodes)
Creates a client/proxy for the provided JAX-RS resource interface. |
Uses of RestErrorCallback in org.jboss.errai.security.client.local.callback |
---|
Classes in org.jboss.errai.security.client.local.callback that implement RestErrorCallback | |
---|---|
class |
DefaultRestSecurityErrorCallback
A RestErrorCallback that catches UnauthenticatedExceptions and UnauthorizedExceptions and navigates to the page with the LoginPage
or SecurityError role, respectively. |
Methods in org.jboss.errai.security.client.local.callback that return RestErrorCallback | |
---|---|
RestErrorCallback |
DefaultRestSecurityErrorCallback.setWrappedErrorCallback(RestErrorCallback wrapped)
Set the wrapped callback that will be invoked first when RestErrorCallback#error(Request, Throwable) is called. |
Methods in org.jboss.errai.security.client.local.callback with parameters of type RestErrorCallback | |
---|---|
RestErrorCallback |
DefaultRestSecurityErrorCallback.setWrappedErrorCallback(RestErrorCallback wrapped)
Set the wrapped callback that will be invoked first when RestErrorCallback#error(Request, Throwable) is called. |
Constructors in org.jboss.errai.security.client.local.callback with parameters of type RestErrorCallback | |
---|---|
DefaultRestSecurityErrorCallback(RestErrorCallback wrapped,
SecurityContext context)
Create a DefaultRestSecurityErrorCallback wrapping a given
RestErrorCallback . |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |