Package | Description |
---|---|
org.xwiki.model.reference | |
org.xwiki.model.script |
Modifier and Type | Method and Description |
---|---|
PageObjectReference |
PageObjectReference.replaceParent(EntityReference newParent) |
PageObjectReference |
PageObjectReference.replaceParent(EntityReference oldParent,
EntityReference newParent) |
PageObjectReference |
PageObjectReferenceResolver.resolve(T objectReferenceRepresentation,
Object... parameters) |
Constructor and Description |
---|
PageObjectPropertyReference(String propertyName,
PageObjectReference objectReference)
Builds a property reference for the passed property in the passed object.
|
Modifier and Type | Method and Description |
---|---|
PageObjectReference |
ModelScriptService.resolvePageObject(String stringRepresentation,
Object... parameters) |
PageObjectReference |
ModelScriptService.resolvePageObject(String stringRepresentation,
String hint,
Object... parameters) |
Copyright © 2004–2021 XWiki. All rights reserved.