|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CWebdav.channelAction.AbstractChannelAction
Id: AbstractChannelAction.java,v 1.0 24 sept. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: AbstractChannelAction Original Author: Yohan Colmant
Field Summary | |
protected BufferAction |
buffer
Object used to keep the objects used between 2 actions, for example, the clipboard |
protected ChannelConfiguration |
config
The config object |
protected Space |
currentSpace
the space containing this channel action |
protected java.util.ArrayList |
spaces
The spaces availables |
protected java.util.Vector |
userGroups
The groups of the user in the portal |
protected java.lang.String |
userPortalLogin
The user login in the portal |
Constructor Summary | |
AbstractChannelAction()
|
Method Summary | |
abstract void |
checkCalledAction(org.jasig.portal.ChannelStaticData staticData,
org.jasig.portal.ChannelRuntimeData runtimeData,
org.xml.sax.ContentHandler out,
org.jasig.portal.utils.XSLT xslt,
ChannelException setStaticDataException)
Manage the actions when refreshing the channel |
void |
init(Space currentSpace,
java.util.ArrayList spaces,
ChannelConfiguration config,
BufferAction buffer,
java.lang.String userPortalLogin,
java.util.Vector userGroups)
Init the object used to manage the actions of the channel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Space currentSpace
protected ChannelConfiguration config
protected java.util.ArrayList spaces
protected BufferAction buffer
protected java.lang.String userPortalLogin
protected java.util.Vector userGroups
Constructor Detail |
public AbstractChannelAction()
Method Detail |
public void init(Space currentSpace, java.util.ArrayList spaces, ChannelConfiguration config, BufferAction buffer, java.lang.String userPortalLogin, java.util.Vector userGroups) throws ChannelException
currentSpace
- the current space usedspaces
- all the spaces usedconfig
- the config classbuffer
- the buffer used to get for example the clipboarduserPortalLogin
- The user login in the portaluserGroups
- The groups of the user in the portal
ChannelException
public abstract void checkCalledAction(org.jasig.portal.ChannelStaticData staticData, org.jasig.portal.ChannelRuntimeData runtimeData, org.xml.sax.ContentHandler out, org.jasig.portal.utils.XSLT xslt, ChannelException setStaticDataException) throws org.jasig.portal.PortalException
staticData
- the static data channel objectruntimeData
- the runtime data channel objectout
- the contentHandler used in the renderXmlxslt
- the xslt motor objectsetStaticDataException
- the excpetion throwed in the setStaticData method
org.jasig.portal.PortalException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |