|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- list typepublic interface ItfMethodInterceptorTestRemote<T>
Is used to test if the container call the method interceptors in order.
Field Summary | |
---|---|
static java.lang.Integer |
ORDER
The number that each method will add in the array. |
Method Summary | |
---|---|
boolean |
checkPostbackInterceptors()
Verifies the list status. |
java.util.List<T> |
withFiveMethodInterceptors(java.util.List<T> par)
Apends an element in the par. |
java.util.List<T> |
withFiveMethodInterceptorsInverse(java.util.List<T> par)
Appends an element in the par. |
java.util.List<T> |
withOneMethodInterceptor(java.util.List<T> par)
Appends an element in the par. |
java.util.List<T> |
withoutInterceptor(java.util.List<T> par)
Appends an element in the par. |
java.util.List<T> |
withPrivateInterceptors(java.util.List<T> par)
Appends an element in the par. |
java.util.List<T> |
withPrivateProtectedPublicInterceptors(java.util.List<T> par)
Appends an element in the par. |
java.util.List<T> |
withProtectedInterceptors(java.util.List<T> par)
Appends an element in the par. |
java.util.List<T> |
withTwoMethodInterceptors(java.util.List<T> par)
Appends an element in the par. |
Field Detail |
---|
static final java.lang.Integer ORDER
Method Detail |
---|
java.util.List<T> withoutInterceptor(java.util.List<T> par)
par
- list used to append the value
java.util.List<T> withOneMethodInterceptor(java.util.List<T> par)
par
- list used to apend the value
java.util.List<T> withTwoMethodInterceptors(java.util.List<T> par)
par
- list used to apend the value
java.util.List<T> withFiveMethodInterceptors(java.util.List<T> par)
par
- list used to apend the value
java.util.List<T> withFiveMethodInterceptorsInverse(java.util.List<T> par)
par
- list used to append the value
boolean checkPostbackInterceptors()
java.util.List<T> withPrivateProtectedPublicInterceptors(java.util.List<T> par)
par
- list used to append the value
java.util.List<T> withPrivateInterceptors(java.util.List<T> par)
par
- list used to append the value
java.util.List<T> withProtectedInterceptors(java.util.List<T> par)
par
- list used to append the value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |