Sun Java System Portal Server 7.1 Developer's Guide

Desktop Servlet

At the top of Desktop APIs, is the Desktop servlet, which routes client requests for content and processing and passes them on to the specific provider object. The Desktop servlet processes the following actions:

content

Gets the named channel’s main content

edit

Gets the named channel’s edit content

process

Allows the named channel to process form data

logout

Ends the user’s session

The action is performed on the channel (for the content, edit, and process actions). The following request parameter names are reserved by the portal Desktop.


Note –

You cannot extend the Desktop Servlet.