com.liferay.portal.service
Class ServiceContextFunction
java.lang.Object
com.liferay.portal.service.ServiceContextFunction
- All Implemented Interfaces:
- Function<String,ServiceContext>
public class ServiceContextFunction
- extends Object
- implements Function<String,ServiceContext>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceContextFunction
public ServiceContextFunction(javax.servlet.http.HttpServletRequest request)
ServiceContextFunction
public ServiceContextFunction(PortletRequest portletRequest)
apply
public ServiceContext apply(String className)
- Specified by:
apply in interface Function<String,ServiceContext>