public class ServiceContextFunction extends java.lang.Object implements java.util.function.Function<java.lang.String,ServiceContext>
Constructor and Description |
---|
ServiceContextFunction(javax.servlet.http.HttpServletRequest httpServletRequest) |
ServiceContextFunction(javax.portlet.PortletRequest portletRequest) |
Modifier and Type | Method and Description |
---|---|
ServiceContext |
apply(java.lang.String className) |
public ServiceContextFunction(javax.servlet.http.HttpServletRequest httpServletRequest)
public ServiceContextFunction(javax.portlet.PortletRequest portletRequest)
public ServiceContext apply(java.lang.String className)
apply
in interface java.util.function.Function<java.lang.String,ServiceContext>