| Changed Methods |
Blueprint getBlueprint(String)
|
Change in exceptions thrown from com.day.cq.wcm.api.WCMException to WCMException.
|
Access the Blueprint that is stored at the given Path argument.
If a Blueprint can be accessed, the
Blueprint's path must
be the same as the argument. |
Collection getBlueprints()
|
Change in exceptions thrown from com.day.cq.wcm.api.WCMException to WCMException.
|
@return all Blueprints available int the System
|
Blueprint getContainingBlueprint(String)
|
Change in exceptions thrown from com.day.cq.wcm.api.WCMException to WCMException.
|
Try to access a Blueprint for a given Resource
A Blueprint is found if the Resource is equal or a descendant of the
Blueprint.getSitePath() Blueprint's SitePath}. |