|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jpel.resolver.BinderImpl
Implementação padrão do Binder.
| Constructor Summary | |
BinderImpl()
|
|
| Method Summary | |
void |
execute(jpel.resolver.Bind bind)
Executa um bind. |
void |
validate(jpel.resolver.Bind bind)
Verifica a validade de um bind. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BinderImpl()
| Method Detail |
public void validate(jpel.resolver.Bind bind)
throws BinderException
Binder
validate in interface Binderbind - Bind que deve ser validado.
BinderException - Quando o bind não é válido.
public void execute(jpel.resolver.Bind bind)
throws BinderException
Binder
execute in interface Binderbind - Bind que deve ser executado.
BinderException - Quando há falha na tipagem das chamadas.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||