{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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(PortletRequest request, 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(PortletRequest request,
                                                       PortletResponse response)
Parameters:
request - a portlet request
response - a portlet response
Returns:
the portlet device class service
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD