Class ServiceContextFunction
java.lang.Object
com.liferay.portal.kernel.service.ServiceContextFunction
- All Implemented Interfaces:
Function<String,ServiceContext>
- Author:
- André de Oliveira
-
Constructor Summary
ConstructorsConstructorDescriptionServiceContextFunction(javax.portlet.PortletRequest portletRequest) ServiceContextFunction(javax.servlet.http.HttpServletRequest httpServletRequest) -
Method Summary
-
Constructor Details
-
ServiceContextFunction
public ServiceContextFunction(javax.servlet.http.HttpServletRequest httpServletRequest) -
ServiceContextFunction
public ServiceContextFunction(javax.portlet.PortletRequest portletRequest)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<String,ServiceContext>
-