Class MethodController
- java.lang.Object
-
- io.mateu.mdd.vaadin.controllers.Controller
-
- io.mateu.mdd.vaadin.controllers.thirdLevel.MethodController
-
public class MethodController extends Controller
-
-
Constructor Summary
Constructors Constructor Description MethodController(ViewStack stack, String path, Object instance, Method method)MethodController(ViewStack stack, String path, Method method)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(ViewStack stack, String path, String step, String cleanStep, String remaining)static AbstractViewComponentprocesarResultado(Method m, Object r, com.vaadin.ui.Component lastViewComponent, boolean inNewWindow)-
Methods inherited from class io.mateu.mdd.vaadin.controllers.Controller
apply, next, register
-
-
-
-
Method Detail
-
apply
public void apply(ViewStack stack, String path, String step, String cleanStep, String remaining) throws Throwable
- Overrides:
applyin classController- Throws:
Throwable
-
procesarResultado
public static AbstractViewComponent procesarResultado(Method m, Object r, com.vaadin.ui.Component lastViewComponent, boolean inNewWindow) throws Throwable
- Throws:
Throwable
-
-