public abstract class HandlerDef
extends Object
-
Constructor Summary
Constructors
-
Method Summary
protected abstract scala.collection.Seq<String>
protected abstract scala.collection.Seq<Class<?>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HandlerDef
public HandlerDef()
-
Method Details
-
-
routerPackage
public abstract String routerPackage()
-
controller
public abstract String controller()
-
method
public abstract String method()
-
parameterTypes
protected abstract scala.collection.Seq<Class<?>> parameterTypes()
-
-
-
-
modifiers
protected abstract scala.collection.Seq<String> modifiers()
-
-