| Web Script: org/alfresco/test/atomentry.post |
| Generated from /share/service/script/org/alfresco/test/atomentry.post on Jun 14, 2026 2:45:09 PM |
| Script Properties | |
| Id: | org/alfresco/test/atomentry.post |
| Short Name: | Echo atom entry title |
| Description: | Echo title from atom entry request |
| Authentication: | none |
| Transaction: | none |
| Method: | POST |
| URL Template: | /test/atomentry |
| Format Style: | any |
| Default Format: | html |
| Negotiated Formats: | [undefined] |
| Implementation: | class org.alfresco.web.scripts.DeclarativeWebScript |
| Extensions: | [undefined] |
| [No implementation files] |
| File: org/alfresco/test/atomentry.post.atom.js |
model.entry = entry; |
| File: org/alfresco/test/atomentry.post.desc.xml |
<webscript> <shortname>Echo atom entry title</shortname> <description>Echo title from atom entry request</description> <url>/test/atomentry</url> </webscript> |
| File: org/alfresco/test/atomentry.post.html.ftl |
${entry.title!"<notset>"} |