Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.fabric.server.FabricServer

Packages that use FabricServer
com.liferay.portal.fabric.netty.server   
com.liferay.portal.fabric.server   
 

Uses of FabricServer in com.liferay.portal.fabric.netty.server
 

Classes in com.liferay.portal.fabric.netty.server that implement FabricServer
 class NettyFabricServer
           
 

Uses of FabricServer in com.liferay.portal.fabric.server
 

Methods in com.liferay.portal.fabric.server that return FabricServer
static FabricServer FabricServerUtil.getFabricServer()
           
 

Methods in com.liferay.portal.fabric.server with parameters of type FabricServer
 void FabricServerUtil.setFabricServer(FabricServer fabricServer)
           
 


Liferay 7.0-ce-b4