Public Member Functions | |
boolean | executeWeb (IConstructor constructor, String goTo, KeyValueMap kvm) |
boolean | executeApp (Application application, String goTo, KeyValueMap kvm) |
Definition at line 28 of file IInterceptor.java.
boolean org.turro.action.IInterceptor.executeApp | ( | Application | application, |
String | goTo, | ||
KeyValueMap | kvm | ||
) |
Implemented in org.turro.action.AbstractInterceptor.
boolean org.turro.action.IInterceptor.executeWeb | ( | IConstructor | constructor, |
String | goTo, | ||
KeyValueMap | kvm | ||
) |
Implemented in org.turro.action.AbstractInterceptor.