|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.utils.channels.SubChannelFactory
SubChannelFactory
"Usine" qui fabrique des SubChannel à la demande d'une MainChannel
(c)Copyright ESup-Portail 2004
Constructor Summary | |
SubChannelFactory()
|
Method Summary | |
static java.lang.Boolean |
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 void |
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 java.lang.Boolean |
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 ISubChannel |
instantiateAction(MainChannel mainChannel,
Action action)
Méthode statique qui permet d'instancier une SubChannel correspondant à une action |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubChannelFactory()
Method Detail |
public static ISubChannel instantiateAction(MainChannel mainChannel, Action action) throws org.jasig.portal.PortalException
mainChannel
- channel principale qui cherche à instancier une SubChannelaction
- action pour laquelle on veut instancier la SubChannel
org.jasig.portal.PortalException
public static java.lang.Boolean callInit(ISubChannel subChannel, Action action, org.jasig.portal.ChannelRuntimeData rd) throws java.lang.Throwable, org.jasig.portal.PortalException, FrameWorkException
subChannel
- SubChannel correspondant à l'actionaction
- Action en coursrd
- RuntimeData à utiliser
org.jasig.portal.PortalException
java.lang.Throwable
FrameWorkException
public static java.lang.Boolean callSetXML(ISubChannel subChannel, Action action, org.jasig.portal.ChannelRuntimeData rd) throws java.lang.Throwable, org.jasig.portal.PortalException, FrameWorkException
subChannel
- SubChannel correspondant à l'actionaction
- Action en coursrd
- RuntimeData à utiliser
org.jasig.portal.PortalException
java.lang.Throwable
FrameWorkException
public static void callSetOutput(ISubChannel subChannel, Action action, org.jasig.portal.ChannelRuntimeData rd) throws org.jasig.portal.PortalException
subChannel
- SubChannel correspondant à l'actionaction
- Action en coursrd
- RuntimeData à utiliser
org.jasig.portal.PortalException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |