| Package | Description |
|---|---|
| org.jboss.arquillian.graphene.guard | |
| org.jboss.arquillian.graphene.page |
| Modifier and Type | Method and Description |
|---|---|
RequestType |
RequestGuard.clearRequestDone()
Clears the request type cache and returns the last request type
|
RequestType |
RequestGuardException.getRequestDone()
Returns the RequestType which was actually done
|
RequestType |
RequestGuard.getRequestDone() |
RequestType |
RequestGuardException.getRequestExpected()
Returns the RequestType which was expected to be done
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
RequestGuardFactory.guard(T target,
RequestType requestExpected)
Returns the guarded object checking whether the request of the given type
is done during each method invocation.
|
| Constructor and Description |
|---|
RequestGuardException(RequestType requestExpected,
RequestType requestDone) |
| Modifier and Type | Method and Description |
|---|---|
static RequestType |
RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestType[] |
RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.