BrightSide Workbench Full Report + Source Code
org.turro.command.WwwInterceptor Class Reference
Inheritance diagram for org.turro.command.WwwInterceptor:
Collaboration diagram for org.turro.command.WwwInterceptor:

Protected Member Functions

boolean doExecuteWeb (IConstructor constructor, String goTo, KeyValueMap kvm)
 
boolean doExecuteApp (Application application, String goTo, KeyValueMap kvm)
 

Additional Inherited Members

- Public Member Functions inherited from org.turro.action.AbstractInterceptor
boolean executeWeb (IConstructor constructor, String goTo, KeyValueMap kvm)
 
boolean executeApp (Application application, String goTo, KeyValueMap kvm)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 33 of file WwwInterceptor.java.

Member Function Documentation

◆ doExecuteApp()

boolean org.turro.command.WwwInterceptor.doExecuteApp ( Application  application,
String  goTo,
KeyValueMap  kvm 
)
protected

Reimplemented from org.turro.action.AbstractInterceptor.

Definition at line 41 of file WwwInterceptor.java.

41  {
42  if("warnings".equals(goTo)) {
43  WwwMenu.showWarnings();
44  return true;
45  }
46  return false;
47  }
Here is the call graph for this function:

◆ doExecuteWeb()

boolean org.turro.command.WwwInterceptor.doExecuteWeb ( IConstructor  constructor,
String  goTo,
KeyValueMap  kvm 
)
protected

Reimplemented from org.turro.action.AbstractInterceptor.

Definition at line 36 of file WwwInterceptor.java.

36  {
37  return false;
38  }

The documentation for this class was generated from the following file: