Liferay 7.0-ce-m6

com.liferay.portal.service
Class ServiceContextFunction

java.lang.Object
  extended by com.liferay.portal.service.ServiceContextFunction
All Implemented Interfaces:
Function<String,ServiceContext>

public class ServiceContextFunction
extends Object
implements Function<String,ServiceContext>


Constructor Summary
ServiceContextFunction(PortletRequest portletRequest)
           
 
Method Summary
 ServiceContext apply(String className)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceContextFunction

public ServiceContextFunction(PortletRequest portletRequest)
Method Detail

apply

public ServiceContext apply(String className)
Specified by:
apply in interface Function<String,ServiceContext>

Liferay 7.0-ce-m6