|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.esupportail.portal.channels.CWebdav.channelAction.AbstractDefaultRenderXml
org.esupportail.portal.channels.CWebdav.channelAction.classic.DefaultRenderXml
Id: DefaultRenderXml.java,v1.0 24 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
Field Summary | |
protected static org.apache.commons.logging.Log |
log
Logger object |
Constructor Summary | |
DefaultRenderXml()
|
Method Summary | |
static java.lang.StringBuffer |
getXml(java.util.ArrayList spaces,
Space currentSpace,
ChannelException error,
java.lang.String information,
ChannelConfiguration config)
Return the XML representing the curent dir |
static java.lang.StringBuffer |
getXml(java.util.ArrayList spaces,
Space currentSpace,
java.lang.String targetDirectory,
ChannelException error,
java.lang.String information,
ChannelConfiguration config)
Return the XML representing the curent dir |
private static java.lang.StringBuffer |
getXmlAction(ChannelConfiguration config)
Get the XML for the action bar |
private static java.lang.StringBuffer |
getXmlContent(ChannelResource[] ressources,
ChannelConfiguration config)
Get the XML for the content |
Methods inherited from class org.esupportail.portal.channels.CWebdav.channelAction.AbstractDefaultRenderXml |
getLengthFormat, getXmlError, getXmlForPasswordSetting, getXmlInformation, getXmlNavigation, getXmlPassword |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static final org.apache.commons.logging.Log log
Constructor Detail |
public DefaultRenderXml()
Method Detail |
public static java.lang.StringBuffer getXml(java.util.ArrayList spaces, Space currentSpace, ChannelException error, java.lang.String information, ChannelConfiguration config)
spaces
- the visibles spacescurrentSpace
- the current space usederror
- the error exceptioninformation
- this information messageconfig
- the Config object for the Channel
public static java.lang.StringBuffer getXml(java.util.ArrayList spaces, Space currentSpace, java.lang.String targetDirectory, ChannelException error, java.lang.String information, ChannelConfiguration config)
spaces
- the visibles spacescurrentSpace
- the current space usedtargetDirectory
- the directory we want to showerror
- the error exceptioninformation
- this information messageconfig
- the Config object for the Channel
private static java.lang.StringBuffer getXmlAction(ChannelConfiguration config) throws PropertiesException
config
- the Config object for the Channel
PropertiesException
private static java.lang.StringBuffer getXmlContent(ChannelResource[] ressources, ChannelConfiguration config) throws PropertiesException
ressources
- all the ChannelWebdavResource objectsconfig
- the Config object for the Channel
PropertiesException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |