Uses of Class
org.xwiki.model.reference.PageReference
-
Packages that use PageReference Package Description org.xwiki.model.reference org.xwiki.model.script -
-
Uses of PageReference in org.xwiki.model.reference
Methods in org.xwiki.model.reference that return PageReference Modifier and Type Method Description PageReference
PageAttachmentReference. getPageReference()
PageReference
PageObjectReference. getPageReference()
PageReference
PageReference. replaceParent(EntityReference newParent)
PageReference
PageReference. replaceParent(EntityReference oldParent, EntityReference newParent)
PageReference
PageReferenceResolver. resolve(T pageReferenceRepresentation, Object... parameters)
Constructors in org.xwiki.model.reference with parameters of type PageReference Constructor Description LocalPageReference(PageReference pageReference)
PageAttachmentReference(String fileName, PageReference parent)
Create a new attachment reference based on the attachment name and the parent page reference.PageClassPropertyReference(String propertyName, PageReference classReference)
Builds a property reference for the passed property in the passed object.PageObjectReference(String objectName, PageReference pageReference)
PageReference(String pageName, PageReference parent)
Create a page reference based on a page name and a parent page reference. -
Uses of PageReference in org.xwiki.model.script
Methods in org.xwiki.model.script that return PageReference Modifier and Type Method Description PageReference
ModelScriptService. createPageReference(String wiki, String... pages)
Create a Page Reference from a passed wiki and pages names, which can be empty strings ornull
in which case they are resolved using the "current" resolver.PageReference
ModelScriptService. createPageReference(String wiki, List<String> pages, Locale locale)
Create a Page Reference from a passed wiki, list of page names, which can be empty strings ornull
in which case they are resolved using the "current" resolver.PageReference
ModelScriptService. createPageReference(String wiki, List<String> pages, Locale locale, String hint)
Create a Page Reference from a passed wiki, list of pages names, which can be empty strings or null in which case they are resolved against the Resolver having the hint passed as parameter.PageReference
ModelScriptService. resolvePage(String stringRepresentation, Object... parameters)
PageReference
ModelScriptService. resolvePage(String stringRepresentation, String hint, Object... parameters)
Methods in org.xwiki.model.script with parameters of type PageReference Modifier and Type Method Description PageAttachmentReference
ModelScriptService. createPageAttachmentReference(PageReference pageReference, String fileName)
Creates aPageAttachmentReference
from a file name and a reference to the page holding that file.
-