Uses of Class
org.xwiki.context.ExecutionContext.DeclarationBuilder

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.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.