Uses of Interface
org.esupportail.portal.utils.channels.ISubChannel

Packages that use ISubChannel
org.esupportail.portal.utils.channels   
org.esupportail.portal.utils.channels.plugins   
 

Uses of ISubChannel in org.esupportail.portal.utils.channels
 

Classes in org.esupportail.portal.utils.channels that implement ISubChannel
 class SubChannel
          SubChannel

Classe abstraite qui propose une implémentation "type" de l'interface ISubChannel

(c)Copyright ESup-Portail 2004
 

Methods in org.esupportail.portal.utils.channels that return ISubChannel
static ISubChannel SubChannelFactory.instantiateAction(MainChannel mainChannel, Action action)
          Méthode statique qui permet d'instancier une SubChannel correspondant à une action
 

Methods in org.esupportail.portal.utils.channels with parameters of type ISubChannel
static java.lang.Boolean SubChannelFactory.callInit(ISubChannel subChannel, Action action, org.jasig.portal.ChannelRuntimeData rd)
          Appel de la méthode init d'une action (méthode 1/3 du cycle de vie)
static java.lang.Boolean SubChannelFactory.callSetXML(ISubChannel subChannel, Action action, org.jasig.portal.ChannelRuntimeData rd)
          Appel de la méthode setXML d'une action (méthode 2/3 du cycle de vie)
static void SubChannelFactory.callSetOutput(ISubChannel subChannel, Action action, org.jasig.portal.ChannelRuntimeData rd)
          Appel de la méthode setOutput d'une action (méthode 3/3 du cycle de vie)
 

Uses of ISubChannel in org.esupportail.portal.utils.channels.plugins
 

Classes in org.esupportail.portal.utils.channels.plugins that implement ISubChannel
 class FatalError
          Ce plug-in ajoute une page qui permet d'afficher un message d'erreur fatale

(c)Copyright ESup-Portail 2004
 class Message
          Message

Ce plug-in ajoute une page qui permet d'afficher un message (une ou plusieurs lignes avec des puces) et un bouton ok qui renvoie vers une nouvelle action
Cela correspond à une fenêtre de confirmation

(c)Copyright ESup-Portail 2004
 class Todo
          Todo

Ce plug-in ajoute une page qui permet d'afficher un message qui dit que la fonctionnalité reste à développer
Utile pour mettre en place rapidement le squelette d'une application avec toutes ses actions mêmes si elles ne sont pas encore développées

(c)Copyright ESup-Portail 2004