274275276277278279280281282283284
Vector structure = new Vector(); structure.add("/" + resolveURI(webModule)); structure.add(null); structure.add(null); portletApp.postLoad(structure); portletApp.preBuild(structure); portletApp.postBuild(structure); }
293294295296297298299300301302303