| Package | Description |
|---|---|
| org.xwiki.context |
| Modifier and Type | Method and Description |
|---|---|
ExecutionContext.DeclarationBuilder |
ExecutionContext.DeclarationBuilder.cloneValue()
Indicate that the value should be cloned when the property is cloned.
|
ExecutionContext.DeclarationBuilder |
ExecutionContext.DeclarationBuilder.inherited()
Indicate that the property should be inherited.
|
ExecutionContext.DeclarationBuilder |
ExecutionContext.DeclarationBuilder.initial(Object value) |
ExecutionContext.DeclarationBuilder |
ExecutionContext.DeclarationBuilder.makeFinal()
Make the initial value the final value.
|
ExecutionContext.DeclarationBuilder |
ExecutionContext.newProperty(String key) |
ExecutionContext.DeclarationBuilder |
ExecutionContext.DeclarationBuilder.nonNull()
Indicate that the property value may not be null.
|
ExecutionContext.DeclarationBuilder |
ExecutionContext.DeclarationBuilder.type(Class<?> type)
Set the type of the value.
|
Copyright © 2004–2014 XWiki. All rights reserved.