|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FunctorStub | |
---|---|
beanface.el.functor |
Uses of FunctorStub in beanface.el.functor |
---|
Methods in beanface.el.functor that return FunctorStub | |
---|---|
FunctorStub<T> |
Functor.getFunctor()
The functor identification (reference to a method or constructor) that this functor will invoke. |
Constructors in beanface.el.functor with parameters of type FunctorStub | |
---|---|
Functor(javax.el.ELContext context,
FunctorStub<T> functor)
Construct a functor from an EL context and FunctorStub with no
initial parameters. |
|
Functor(javax.el.ELContext context,
FunctorStub<T> functor,
Functor<T> preceding,
java.lang.Object param)
Construct a functor by applying new parameter to a previous functor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |