Accessing required Mariner Servlet objects from a portlet

There are several Multi-Channel Server (MCS) APIs that require Mariner Servlet objects. You can access the most common Mariner Servlet objects from a portlet.

MarinerServletApplication

The following code shows how to access the MarinerServletApplication object in a portlet:
com.volantis.mcs.servlet.MarinerServletApplication mcs = 
com.ibm.mwp.util.mcs.MCSUtil.getMarinerServletApplication();



Terms of use
(C) Copyright IBM Corporation 2012. All Rights Reserved.