724725726727728729730731732733734
{ throw new DocumentNotFoundException("Document " + path + " not found."); } // check for view access on document document.checkAccess(JetspeedActions.VIEW); return document; } catch (DocumentNotFoundException dnfe) {
609610611612613614615616617618619
608609610611612613614615616617618
588589590591592593594595596597598
550551552553554555556557558559560
{ throw new DocumentNotFoundException("Document " + path + " not found."); } // check for view access on document document.checkAccess(SecuredResource.VIEW_ACTION); return document; } catch (DocumentNotFoundException dnfe) {
561562563564565566567568569570571
{ throw new DocumentNotFoundException("Page security document not found"); } // check for view access on document pageSecurity.checkAccess(SecuredResource.VIEW_ACTION); return pageSecurity; } /* (non-Javadoc)
579580581582583584585586587588589
732733734735736737738739740741742