Deployment Example: Deploying and Customizing the Documentum Portlet

AbstractEnvironment Class

The AbstractEnvironment class provides a set of methods that return the environment interface contracts. The AbstractEnvironment class returns whether the environment is a Portal environment using the isPortalEnvironment() method. The current HttpServletRequest, HttpServletResponse, and HttpSession are returned from the getRequest(), getResponse(), and getSession() methods.