|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaokell.lib.membrane.ControllerDef
public class ControllerDef
Class holding data for defining a controller.
Field Summary | |
---|---|
Class |
impl
The Class of the implementation of the controller. |
Class |
itf
The Class of the Java interface implemented by the controller. |
String |
name
The controller name (e.g. binding-controller, component). |
InterfaceType |
type
The Fractal type implemented by the controller. |
Constructor Summary | |
---|---|
ControllerDef(String name,
InterfaceType type,
Class itf,
Class impl)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String name
public InterfaceType type
public Class itf
public Class impl
Constructor Detail |
---|
public ControllerDef(String name, InterfaceType type, Class itf, Class impl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |