|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MainChannel | |
org.esupportail.portal.utils.channels | |
org.esupportail.portal.utils.channels.plugins |
Uses of MainChannel in org.esupportail.portal.utils.channels |
Methods in org.esupportail.portal.utils.channels that return MainChannel | |
MainChannel |
SubChannel.getMainChannel()
Récupére l'instance de la channel principale |
Methods in org.esupportail.portal.utils.channels with parameters of type MainChannel | |
static ISubChannel |
SubChannelFactory.instantiateAction(MainChannel mainChannel,
Action action)
Méthode statique qui permet d'instancier une SubChannel correspondant à une action |
static org.jasig.portal.IServant |
ServantFactory.instantiateServant(MainChannel mainChannel,
Action action)
Méthode statique qui permet d'instancier une SubChannel correspondant à une action |
Constructors in org.esupportail.portal.utils.channels with parameters of type MainChannel | |
SubChannel(MainChannel mainChannel)
Constructeur d'une SubChannel Positionne une référence vers la channel principale |
Uses of MainChannel in org.esupportail.portal.utils.channels.plugins |
Methods in org.esupportail.portal.utils.channels.plugins with parameters of type MainChannel | |
static void |
Todo.todo(MainChannel main,
org.jasig.portal.ChannelRuntimeData rd,
java.lang.String newAction)
Méthode statique qui permet d'afficher la page du plug-in |
static void |
Message.message(MainChannel main,
org.jasig.portal.ChannelRuntimeData rd,
java.lang.String msg,
java.lang.String newAction)
Méthode statique qui permet d'afficher la page avec un message sur une ligne |
static void |
Message.message(MainChannel main,
org.jasig.portal.ChannelRuntimeData rd,
java.util.Vector msg,
java.lang.String newAction)
Méthode statique qui permet d'afficher la page avec une liste de messages |
static void |
Message.message(MainChannel main,
org.jasig.portal.ChannelRuntimeData rd,
java.lang.String msg)
Méthode statique qui permet d'afficher la page avec un message sur une ligne (sans le bouton OK) |
Constructors in org.esupportail.portal.utils.channels.plugins with parameters of type MainChannel | |
Todo(MainChannel main)
Constructeur |
|
Message(MainChannel main)
Constructeur |
|
FatalError(MainChannel main)
Constructeur |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |