Liferay 6.1.2-ce-ga3

com.liferay.portal.velocity
Class ServiceLocator

java.lang.Object
  extended by com.liferay.portal.velocity.ServiceLocator

public class ServiceLocator
extends Object


Method Summary
 Object findService(String serviceName)
           
 Object findService(String servletContextName, String serviceName)
           
static ServiceLocator getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ServiceLocator getInstance()

findService

public Object findService(String serviceName)

findService

public Object findService(String servletContextName,
                          String serviceName)

Liferay 6.1.2-ce-ga3