Ignore:
Timestamp:
2004-10-21T15:28:22+13:00 (20 years ago)
Author:
kjdon
Message:

moved teh getparam(engine) bit to Vishnu, and now pass it in to DataMAnager constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/packages/vishnu/src/vishnu/testvis/visual/VishnuSingle.java

    r8344 r8404  
    2424    Collection c = new Collection(coll, coll, coll, 0, coll, null);
    2525    dataManager.currentCollection = c;
    26    
    27     // and sneak in a call to dataManager
    28     String engine = getParameter("engine");
    29     if (engine != null && !engine.equals("")) {
    30         dataManager.setEngineType(engine);
    31     } else {
    32         dataManager.setEngineType("GSDLEngine");
    33     }
    3426    }
    3527
Note: See TracChangeset for help on using the changeset viewer.