PREV CLASS
NEXT CLASS
com.ibm.portal.devicesupport
Interface PortletDeviceClassServiceHome
- All Superinterfaces:
- DeviceClassServiceHome, PortletService
-
public interface PortletDeviceClassServiceHome
- extends DeviceClassServiceHome, PortletService
Home interface to the portlet request specific parts of DeviceClass.
- Since:
- 7.0.0.2
Field Summary
|
static java.lang.String |
JNDI_NAME
The JNDI name used to bind the PortletDeviceClassServiceHome
singleton. |
JNDI_NAME
static final java.lang.String JNDI_NAME
- The JNDI name used to bind the PortletDeviceClassServiceHome
singleton.
getPortletDeviceClassService
PortletDeviceClassService getPortletDeviceClassService(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
- Parameters:
- request - a portlet request
- response - a portlet response
- Returns:
- the portlet device class service
PREV CLASS
NEXT CLASS