Liferay 7.0-ce-m3

com.liferay.portlet.blogs.action
Class TrackbackServiceContextFunction

java.lang.Object
  extended by com.liferay.portlet.blogs.action.TrackbackServiceContextFunction
All Implemented Interfaces:
Function<String,ServiceContext>

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


Constructor Summary
TrackbackServiceContextFunction(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

TrackbackServiceContextFunction

public TrackbackServiceContextFunction(PortletRequest portletRequest)
Method Detail

apply

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

Liferay 7.0-ce-m3