|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface BeanPropertyResource
Annotation type to identify classes to be accessible by BeanPropertySource This allows them to have their properties read from and written to by PROPFIND and PROPPATCH.
| Required Element Summary | |
|---|---|
java.lang.String |
value
Default property which is the namespace uri for the properties on this resource E.g. |
| Optional Element Summary | |
|---|---|
boolean |
enableByDefault
If true, indicates that properties on the resource should be accessible unless otherwise specified |
boolean |
writable
|
| Element Detail |
|---|
public abstract java.lang.String value
public abstract boolean writable
public abstract boolean enableByDefault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||