RequestScopedSimpleController
class RequestScopedSimpleController(val packageName: String, val className: String, val functions: List<Method>) : SimpleController, RequestScoped
A Simple Controller which is a class with a no-arg constructor and contains one or more @Event annotated functions.