throws WikiException
{
props.setProperty( WikiEngine.PROP_BASEURL, baseURL );
if( prefix != null ) props.setProperty( ShortViewURLConstructor.PROP_PREFIX, prefix );
testEngine = new TestEngine(props);
URLConstructor constr = new ShortViewURLConstructor();
constr.initialize( testEngine, props );
return constr;