|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface Controller.Function
A simple interface for functions applied to an actor by a controller dispatcher, the last articulation in an application of less4j.
public class HelloWorld implements Controller.Function {
public void call (Actor $) {
$.json.put("hello", "World!");
}
}
| Method Summary | |
|---|---|
void |
call(Actor $)
Any application of an Actor instance. |
| Method Detail |
|---|
void call(Actor $)
Actor instance.
$ -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||