@Retention(value=RUNTIME) @Target(value=METHOD) @Repeatable(value=AllowClientUpdates.Container.class) @Documented public @interface AllowClientUpdates
{{propertyName}}
or {{propertyName:updatingEvent
syntax in templates.
Use this annotation on accessors in your TemplateModel
class to
define whether it's allowed for the client to update server-side model values
ClientUpdateMode
Modifier and Type | Optional Element and Description |
---|---|
String |
path
A dot separated path of the sub property that this access control setting
applies to.
|
ClientUpdateMode |
value
The client update mode to use for the designated property.
|
public abstract ClientUpdateMode value
public abstract String path
Copyright © 2018. All rights reserved.