Required?: NO (Within a content-handler block)
Max Length: 512 characters (Well, actually probably shorter due to auto-added data - TODO Fill in based on testing + walking through code)
Legal Characters: us-ascii only
Authenticated Request?: YES
Request Arguments: Generic Proxy Tool Request Arguments, course_id, content_id
Sample Implementation: ContentHandlerAction.java, view.jsp
Legal Roles: COURSE:*
In the view operation, the extra arguments passed in have this meaning:
- course_id: The course in which the content exists.
- content_id: The id of the CONTENT that is being viewed. (note how it actually is the content here, unlike the create action where it was the folder/parent id).
Usage: The title for any content items handled by the associated content handler will be a clickable link that will pass through to this page. If not specified then the title will not be clickable.