public interface JavascriptRequestHandler
Modifier and Type | Method and Description |
---|---|
Object |
handle() |
Object |
handle(Object a) |
Object |
handle(Object a,
Object b) |
Object |
handle(Object a,
Object b,
Object c) |
Object |
handle(Object a,
Object b,
Object c,
Object d) |
Object |
handle(Object a,
Object b,
Object c,
Object d,
Object e) |
Object |
handle(Object a,
Object b,
Object c,
Object d,
Object e,
Object f) |
Copyright © 2016. All rights reserved.