

Public Member Functions | |
| boolean | executeWeb (IConstructor constructor, String goTo, KeyValueMap kvm) |
| boolean | executeApp (Application application, String goTo, KeyValueMap kvm) |
Protected Member Functions | |
| abstract boolean | doExecuteWeb (IConstructor constructor, String goTo, KeyValueMap kvm) throws IOException |
| abstract boolean | doExecuteApp (Application application, String goTo, KeyValueMap kvm) |
Definition at line 31 of file AbstractInterceptor.java.
|
abstractprotected |
Reimplemented in org.turro.students.command.StudentsInterceptor, org.turro.command.WwwInterceptor, org.turro.publication.command.PublicationInterceptor, org.turro.dossier.command.DossierInterceptor, org.turro.contacts.path.ContactsInterceptor, and org.turro.financials.path.FinancialsInterceptor.

|
abstractprotected |
Reimplemented in org.turro.students.command.StudentsInterceptor, org.turro.command.WwwInterceptor, org.turro.publication.command.PublicationInterceptor, org.turro.dossier.command.DossierInterceptor, org.turro.contacts.path.ContactsInterceptor, and org.turro.financials.path.FinancialsInterceptor.

| boolean org.turro.action.AbstractInterceptor.executeApp | ( | Application | application, |
| String | goTo, | ||
| KeyValueMap | kvm | ||
| ) |
Implements org.turro.action.IInterceptor.
Definition at line 44 of file AbstractInterceptor.java.

| boolean org.turro.action.AbstractInterceptor.executeWeb | ( | IConstructor | constructor, |
| String | goTo, | ||
| KeyValueMap | kvm | ||
| ) |
Implements org.turro.action.IInterceptor.
Definition at line 34 of file AbstractInterceptor.java.
