Hello,
I'm not aware this feature has been removed. Are you sure that you are
using Restlet 1.1?
Anyway, in both 1.0 and 1.1 releases, you can have a fine control with
the allow* methods.
If your resource supports POST methods, you can either set the
"modifiable" attribute (in this case the resource supports also PUT and
DELETE) or implements the allowPost() method: that is to say just return
"true".
best regards,
Thierry Boileau
Hi
setModifiable(boolean arg); seems to be removed from version 1.1
I don't know how to make Resource acceptRepresentation()
Thanks