Interface Between<S,U>
-
- Type Parameters:
S- Session object, intended to contain user session data.U- User object, intended to be a authenticated user.
- All Known Implementing Classes:
CheckCSRF,DecryptSession,EncryptSession,PrepareCSRF
public interface Between<S,U>Implementations will be used as rules that may be run before a request reaches a resource or after a resource executes. Also referred to as a before and a after.
-
-
Method Detail
-
process
void process(Method method, Request<S,U> request, Response<S> response) throws HaltException
- Throws:
HaltException
-
-