1 7 8 package org.enhydra.snapper.presentation; 9 10 11 import org.enhydra.snapper.presentation.html.*; 13 import org.enhydra.xml.xmlc.XMLObject; 14 15 17 18 public class BlankPresentation extends BasePO { 19 blankHTML htmlPage; 20 21 protected XMLObject getDOM() throws Exception { 22 23 if (comms.request.getParameter("m") != null){ 24 htmlPage.setTextNoSite("Not Implemented yet"); 25 } 26 27 return this.htmlPage = (blankHTML) comms.xmlcFactory.create(blankHTML.class); 28 29 } 30 31 32 } 33 | Popular Tags |