CStockage 4.2_beta-RC-1
API Documentation

org.esupportail.portal.channels.CStockage.channelAction.injac
Class DefaultRenderXml

java.lang.Object
  extended byorg.esupportail.portal.channels.CStockage.channelAction.AbstractDefaultRenderXml
      extended byorg.esupportail.portal.channels.CStockage.channelAction.injac.DefaultRenderXml

public class DefaultRenderXml
extends AbstractDefaultRenderXml

Id: DefaultRenderXml.java,v 1.0 27 sept. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: DefaultRenderXml Original Author: Yohan Colmant Get the XML to show the curent dir


Constructor Summary
DefaultRenderXml()
           
 
Method Summary
static java.lang.StringBuffer getXml(java.util.ArrayList spaces, Space currentSpace, ChannelException error, java.lang.String information, java.lang.String userPortalLogin, java.util.Vector userGroups, DirectoryProperties directoryProperties, java.lang.String currentSortType)
          Return the XML representing the curent dir
 
Methods inherited from class org.esupportail.portal.channels.CStockage.channelAction.AbstractDefaultRenderXml
getXmlError, getXmlForPasswordSetting, getXmlInformation, getXmlNavigation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRenderXml

public DefaultRenderXml()
Method Detail

getXml

public static java.lang.StringBuffer getXml(java.util.ArrayList spaces,
                                            Space currentSpace,
                                            ChannelException error,
                                            java.lang.String information,
                                            java.lang.String userPortalLogin,
                                            java.util.Vector userGroups,
                                            DirectoryProperties directoryProperties,
                                            java.lang.String currentSortType)
Return the XML representing the curent dir

Parameters:
spaces - the spaces list
currentSpace - the current space used
error - the error exception
information - this information message
userPortalLogin - the user portal login
userGroups - the user portal groups
directoryProperties -
currentSortType - The current and default sort type for the resources
Returns:
the xml generated

CStockage 4.2_beta-RC-1
API Documentation