|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vraptor.plugin.interceptor.ConcatenateInterceptorsLogicFlow
public class ConcatenateInterceptorsLogicFlow
A flow which concatenates a few interceptors in the middle of the current flow.
| Constructor Summary | |
|---|---|
ConcatenateInterceptorsLogicFlow(List<InterceptorType> interceptors,
LogicFlow flow,
Introspector introspector)
|
|
| Method Summary | |
|---|---|
void |
execute()
Executes the next interceptor or logic |
LogicRequest |
getLogicRequest()
Returns the respective LogicRequest for this flow |
void |
redirect(String url)
Executes a server side redirect to this url. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConcatenateInterceptorsLogicFlow(List<InterceptorType> interceptors,
LogicFlow flow,
Introspector introspector)
| Method Detail |
|---|
public void execute()
throws ViewException,
LogicException
LogicFlow
execute in interface LogicFlowViewException - some view problem
LogicException - some logic or interceptor problempublic LogicRequest getLogicRequest()
LogicFlow
getLogicRequest in interface LogicFlow
public void redirect(String url)
throws RedirectException
LogicFlow
redirect in interface LogicFlowRedirectException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||