Liferay 6.0.5

Uses of Interface
com.liferay.portal.editor.fckeditor.receiver.CommandReceiver

Packages that use CommandReceiver
com.liferay.portal.editor.fckeditor.receiver   
com.liferay.portal.editor.fckeditor.receiver.impl   
 

Uses of CommandReceiver in com.liferay.portal.editor.fckeditor.receiver
 

Methods in com.liferay.portal.editor.fckeditor.receiver that return CommandReceiver
static CommandReceiver CommandReceiverFactory.getCommandReceiver(String type)
           
 

Methods in com.liferay.portal.editor.fckeditor.receiver with parameters of type CommandReceiver
 void CommandReceiverFactory.setCommandReceiver(String type, CommandReceiver commandReceiver)
           
 

Method parameters in com.liferay.portal.editor.fckeditor.receiver with type arguments of type CommandReceiver
 void CommandReceiverFactory.setCommandReceivers(Map<String,CommandReceiver> commandReceivers)
           
 

Uses of CommandReceiver in com.liferay.portal.editor.fckeditor.receiver.impl
 

Classes in com.liferay.portal.editor.fckeditor.receiver.impl that implement CommandReceiver
 class BaseCommandReceiver
           
 class DocumentCommandReceiver
           
 class ImageCommandReceiver
           
 class PageCommandReceiver
           
 


Liferay 6.0.5