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.
 
Method Summary
 PortletDeviceClassService getPortletDeviceClassService(javax.portlet.PortletRequest request, javax.portlet.PortletResponse response)
           
 
Methods inherited from interface com.ibm.portal.devicesupport.DeviceClassServiceHome
getDeviceClassService
 

Field Detail

JNDI_NAME

static final java.lang.String JNDI_NAME
The JNDI name used to bind the PortletDeviceClassServiceHome singleton.

Method Detail

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