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 PageReferencePageAttachmentReference. getPageReference()PageReferencePageObjectReference. getPageReference()PageReferencePageReference. replaceParent(EntityReference newParent)PageReferencePageReference. replaceParent(EntityReference oldParent, EntityReference newParent)PageReferencePageReferenceResolver. 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 PageReferenceModelScriptService. createPageReference(String wiki, String... pages)Create a Page Reference from a passed wiki and pages names, which can be empty strings ornullin which case they are resolved using the "current" resolver.PageReferenceModelScriptService. 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 ornullin which case they are resolved using the "current" resolver.PageReferenceModelScriptService. 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.PageReferenceModelScriptService. resolvePage(String stringRepresentation, Object... parameters)PageReferenceModelScriptService. resolvePage(String stringRepresentation, String hint, Object... parameters)Methods in org.xwiki.model.script with parameters of type PageReference Modifier and Type Method Description PageAttachmentReferenceModelScriptService. createPageAttachmentReference(PageReference pageReference, String fileName)Creates aPageAttachmentReferencefrom a file name and a reference to the page holding that file.
-