Uses of Class
org.esupportail.portal.utils.channels.Action

Packages that use Action
org.esupportail.portal.utils.channels   
 

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

Methods in org.esupportail.portal.utils.channels that return Action
 Action MainChannel.getCurrentAction()
          Action en cours
 Action MainChannel.getPreviousAction()
          Action précédente
 Action MainChannel.getAction(java.lang.String actionName)
          Retourne une action de la channel connaissant son nom
 

Methods in org.esupportail.portal.utils.channels with parameters of type Action
static ISubChannel SubChannelFactory.instantiateAction(MainChannel mainChannel, Action action)
          Méthode statique qui permet d'instancier une SubChannel correspondant à une action
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)
static org.jasig.portal.IServant ServantFactory.instantiateServant(MainChannel mainChannel, Action action)
          Méthode statique qui permet d'instancier une SubChannel correspondant à une action
 void ConfigChannel.addAction(Action a)
          Méthode appelée par digester lorsqu'une action a été lue dans le fichier de config