301302303304305306307
/* (non-Javadoc) * @see org.apache.jetspeed.page.PageManager#getContentPage(java.lang.String) */ public ContentPage getContentPage(String path) throws PageNotFoundException, NodeException { return new ContentPageImpl(getPage(path)); }