...
Annotation | Returns | |
---|---|---|
@CurrentPage | com.day.cq.wcm.api.Page | Current page |
@CurrentPagePath | String | Current page path |
@RequestedPage | com.day.cq.wcm.api.Page | |
@RequestedPagePath | String | |
@CurrentTemplatePath | String |
com.day.cq.wcm.api.PageManager | - | CQ's PageManager | |
com.day.cq.wcm.api.Page | com.cognifide.slice.cq.qualifier.CurrentPage | A page which contains current resource. It doesn't have to correspond to requested page. | CurrentPageModule |
java.lang.String | com.cognifide.slice.cq.qualifier.CurrentPagePath | Path to a current page | |
com.day.cq.wcm.api.Page | com.cognifide.slice.cq.qualifier.RequestedPage | A page which contains originally requested resource. | RequestedPageModule |
java.lang.String | com.cognifide.slice.cq.qualifier.RequestedPagePath | Path to a requested page | |
com.day.cq.dam.api.Asset | - | Asset adapted from current resource. null , if current resource is not an asset. | DamModule |
com.day.cq.wcm.api.WCMMode | - | Current WCMMode assigned with the request | CQModule |
java.lang.String | com.cognifide.slice.cq.qualifier.CurrentTemplatePath | Path to a template of current page. | TemplateModule |