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