public class StackExecutor<Request extends LogicRequest,Response extends LogicResponse,Context extends ExecutionContext> extends Object
| Constructor and Description |
|---|
StackExecutor(Logic<Request,Response,Context>... logics) |
StackExecutor(Stack<Logic<Request,Response,Context>> executionStack) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Request request,
Response response,
Context context) |
public void execute(Request request, Response response, Context context) throws LogicException
LogicExceptionCopyright © 2018. All rights reserved.