public class FlowController extends Object
| Constructor and Description |
|---|
FlowController() |
| Modifier and Type | Method and Description |
|---|---|
static DispatcherView |
dispatcher() |
static DispatcherView |
dispatcher(DispatcherType dispatcher) |
static Object |
execute(Class<?> clazz,
String actionName) |
static <T> T |
getController(Class<T> clazz) |
protected static <T> T |
getControllerInstance(Class<T> controllerClass) |
public static DispatcherView dispatcher(DispatcherType dispatcher)
public static DispatcherView dispatcher()
public static <T> T getController(Class<T> clazz)
protected static <T> T getControllerInstance(Class<T> controllerClass)
Copyright © 2026 Brandao. All rights reserved.