Interface RestBetween<U>
-
- Type Parameters:
U- User object, intended to be a authenticated user.
public interface RestBetween<U>Implementations will be used as rules that may be run before a request reaches a rest resource or after a rest resource executes. Also referred to as a before and a after.
-
-
Method Summary
Modifier and Type Method Description voidprocess(Method method, RestBtwnRequest<U> request, RestBtwnResponse response)
-
-
-
Method Detail
-
process
void process(Method method, RestBtwnRequest<U> request, RestBtwnResponse response) throws HaltException
- Throws:
HaltException
-
-