com.liferay.portlet.blogs.action
Class TrackbackServiceContextFunction
java.lang.Object
com.liferay.portlet.blogs.action.TrackbackServiceContextFunction
- All Implemented Interfaces:
- Function<String,ServiceContext>
public class TrackbackServiceContextFunction
- extends Object
- implements Function<String,ServiceContext>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackbackServiceContextFunction
public TrackbackServiceContextFunction(PortletRequest portletRequest)
apply
public ServiceContext apply(String className)
- Specified by:
apply in interface Function<String,ServiceContext>