428429430431432433434435436
throws InitException { wcPrototype = getContext(); if (wcPrototype == null) { throw new InitException ("Unable to create WebContext prototype"); } }
434435436437438439440441442
435436437438439440441442443
447448449450451452453454455