|
channels 1.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.utils.channels.SubChannel
org.esupportail.portal.utils.channels.plugins.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
Constructor Summary | |
Message(MainChannel main)
Constructeur |
Method Summary | |
static void |
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(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 |
register(java.util.HashMap actions)
Méthode statique qui permet d'enregistrer le plug-in message dans la liste des actions d'une channel |
java.lang.Boolean |
setXML()
Positionnement du XML pour le plug-in |
Methods inherited from class org.esupportail.portal.utils.channels.SubChannel |
addDefaultXslParameters, clearChannel, generateKey, getMainChannel, getMediaPath, getPackageName, getRuntimeData, getSSL, getXML, getXSL, getXSLParameter, init, isCacheValid, renderXML, setDefaultXslParameters, setOutput, setSSL, setXML, setXSL, setXSLParameter |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Message(MainChannel main)
main
- channel principaleMethod Detail |
public static void register(java.util.HashMap actions)
actions
- Liste des actionspublic static void message(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.lang.String msg, java.lang.String newAction) throws org.jasig.portal.PortalException
main
- channel principalerd
- runtimeDatamsg
- message à affichernewAction
- action sur laquelle aller lors du clic sur "OK"
org.jasig.portal.PortalException
public static void message(MainChannel main, org.jasig.portal.ChannelRuntimeData rd, java.util.Vector msg, java.lang.String newAction) throws org.jasig.portal.PortalException
main
- channel principalerd
- runtimeDatanewAction
- action sur laquelle aller lors du clic sur "OK"
org.jasig.portal.PortalException
public java.lang.Boolean setXML()
setXML
in interface ISubChannel
setXML
in class SubChannel
|
channels 1.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |