535536537538539540541542543544545
{ throw new DocumentNotFoundException("Link " + path + " not found."); } // check for view access on link link.checkAccess(JetspeedActions.VIEW); return link; } catch (DocumentNotFoundException dnfe) {
387388389390391392393394395396397
} // check access if (checkAccess) { link.checkAccess(JetspeedActions.VIEW); } return link; } /*
515516517518519520521522523524525
365366367368369370371372373374375
} // check access if (checkAccess) { link.checkAccess(SecuredResource.VIEW_ACTION); } return link; } /*
337338339340341342343344345346347
499500501502503504505506507508509
{ throw new DocumentNotFoundException("Link " + path + " not found."); } // check for view access on link link.checkAccess(SecuredResource.VIEW_ACTION); return link; } catch (DocumentNotFoundException dnfe) {
543544545546547548549550551552553
{ throw new DocumentNotFoundException("Link not found: " + name); } // check for view access on link link.checkAccess(SecuredResource.VIEW_ACTION); return link; } /* (non-Javadoc)
366367368369370371372373374375376
506507508509510511512513514515516
796797798799800801802803804805806
{ throw new DocumentNotFoundException("Link not found: " + name); } // check for view access on link link.checkAccess(JetspeedActions.VIEW); return link; } /* (non-Javadoc)