| Package | Description |
|---|---|
| ro.pippo.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultControllerFactory
Basic implementation of
ControllerFactory that uses Java reflection to instantiate an object. |
class |
SingletonControllerFactory
A
ControllerFactory that always returns a specific instance. |
| Modifier and Type | Method and Description |
|---|---|
ControllerFactory |
ControllerHandler.getControllerFactory() |
ControllerFactory |
DefaultControllerRouteFactory.getControllerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ControllerHandler |
ControllerHandler.setControllerFactory(ControllerFactory controllerFactory) |
DefaultControllerRouteFactory |
DefaultControllerRouteFactory.setControllerFactory(ControllerFactory controllerFactory) |
| Constructor and Description |
|---|
SingletonControllerFactory(ControllerFactory decoratedFactory,
java.lang.String... controllerClassNames) |
Copyright © 2023. All rights reserved.