public abstract class HandlerDef extends Object
Constructor and Description |
---|
HandlerDef() |
Modifier and Type | Method and Description |
---|---|
abstract ClassLoader |
classLoader() |
abstract String |
comments() |
abstract String |
controller() |
List<String> |
getModifiers() |
List<Class<?>> |
getParameterTypes() |
abstract String |
method() |
protected abstract scala.collection.Seq<String> |
modifiers() |
protected abstract scala.collection.Seq<Class<?>> |
parameterTypes() |
abstract String |
path() |
abstract String |
routerPackage() |
abstract String |
verb() |
public abstract ClassLoader classLoader()
public abstract String routerPackage()
public abstract String controller()
public abstract String method()
protected abstract scala.collection.Seq<Class<?>> parameterTypes()
public abstract String verb()
public abstract String path()
public abstract String comments()
protected abstract scala.collection.Seq<String> modifiers()