|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionContext.DeclarationBuilder | |
|---|---|
| org.xwiki.context | |
| Uses of ExecutionContext.DeclarationBuilder in org.xwiki.context |
|---|
| Methods in org.xwiki.context that return ExecutionContext.DeclarationBuilder | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||