365366367368369370371372373374375
} // check access if (checkAccess) { link.checkAccess(SecuredResource.VIEW_ACTION); } return link; } /*
651652653654655656657658659660661
{ throw new DocumentNotFoundException("Link " + path + " not found."); } // check for view access on link link.checkAccess(JetspeedActions.VIEW); return link; } catch (DocumentNotFoundException dnfe) {
789790791792793794795796797798799
{ throw new DocumentNotFoundException("Link not found: " + name); } // check for view access on link link.checkAccess(JetspeedActions.VIEW); return link; } /* (non-Javadoc)
386387388389390391392393394395396
} // check access if (checkAccess) { link.checkAccess(JetspeedActions.VIEW); } return link; } /*
536537538539540541542543544545546
788789790791792793794795796797798
384385386387388389390391392393394
787788789790791792793794795796797