CSignet2 1.00
API Documentation

org.esupportail.portal.channels.CSignet2.actions
Class PrincipalVue

java.lang.Object
  extended byorg.esupportail.portal.utils.channels.SubChannel
      extended byorg.esupportail.portal.channels.CSignet2.actions.SignetAction
          extended byorg.esupportail.portal.channels.CSignet2.actions.PrincipalVue
All Implemented Interfaces:
org.jasig.portal.ICacheable, org.esupportail.portal.utils.channels.ISubChannel

public class PrincipalVue
extends SignetAction

PrincipalVue

Cette action prend en charge l'affichage de l'arbre en mode Navigation ainsi que toutes les actions accesibles par ce mode

(c)Copyright ESup-Portail 2004

Version:
1.1
Author:
Céline Bissler

Constructor Summary
PrincipalVue(org.esupportail.portal.utils.channels.MainChannel mainChannel)
          Constructeur
 
Method Summary
 java.lang.Boolean init(org.jasig.portal.ChannelRuntimeData rd)
          Recherche de l'arborescence de signets de l'utilisateur connecté
 java.lang.Boolean initVue(org.jasig.portal.ChannelRuntimeData rd)
          Init visualisation
 java.lang.Boolean setXML()
          Crée le XML correspondant
 
Methods inherited from class org.esupportail.portal.channels.CSignet2.actions.SignetAction
paramAction, paramXML, retourAccueil
 
Methods inherited from class org.esupportail.portal.utils.channels.SubChannel
addDefaultXslParameters, addDownloadXslParameter, clearChannel, generateKey, getMainChannel, getMediaPath, getPackageName, getRuntimeData, getSSL, getXML, getXSL, getXSLParameter, isCacheValid, log, log, 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

PrincipalVue

public PrincipalVue(org.esupportail.portal.utils.channels.MainChannel mainChannel)
Constructeur

Parameters:
mainChannel - Channel principale
Method Detail

init

public java.lang.Boolean init(org.jasig.portal.ChannelRuntimeData rd)
                       throws org.jasig.portal.PortalException,
                              org.esupportail.portal.utils.channels.FrameWorkException
Recherche de l'arborescence de signets de l'utilisateur connecté

Specified by:
init in interface org.esupportail.portal.utils.channels.ISubChannel
Overrides:
init in class SignetAction
Parameters:
rd - Le RuntimeData
Returns:
Boolean.TRUE si l'action s'est bien passée, Boolean.FALSE sinon
Throws:
org.jasig.portal.PortalException
org.esupportail.portal.utils.channels.FrameWorkException

initVue

public java.lang.Boolean initVue(org.jasig.portal.ChannelRuntimeData rd)
                          throws org.jasig.portal.PortalException,
                                 org.esupportail.portal.utils.channels.FrameWorkException
Init visualisation

Parameters:
rd - Le RuntimeData
Returns:
Boolean.TRUE si l'action s'est bien passée, Boolean.FALSE sinon
Throws:
org.jasig.portal.PortalException
org.esupportail.portal.utils.channels.FrameWorkException

setXML

public java.lang.Boolean setXML()
Crée le XML correspondant

Specified by:
setXML in interface org.esupportail.portal.utils.channels.ISubChannel
Overrides:
setXML in class SignetAction
Returns:
Boolean.TRUE

CSignet2 1.00
API Documentation