|
CWebdav 0.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.BaseChannel
org.esupportail.portal.channels.CWebdav.CWebdav
Id: CWebdav.java,v 1.0 7 avr. 2004 Copyright (c) 2004 Esup Portail (www.esup-portail.org) Classes: CWebdav Original Author: Yohan Colmant Channel used to manage personal files on a webdav server through the portal
Constructor Summary | |
CWebdav()
Constructor |
Method Summary | |
void |
downloadData(java.io.OutputStream arg0)
Function unused here |
org.jasig.portal.ChannelCacheKey |
generateKey()
|
java.lang.String |
getContentType()
Return the content type of the seleted file |
java.util.Map |
getHeaders()
Send HTTP header |
java.io.InputStream |
getInputStream()
|
java.lang.String |
getName()
Function unused here |
boolean |
isCacheValid(java.lang.Object validity)
|
void |
renderXML(org.xml.sax.ContentHandler out)
Output channel content to the portal |
void |
reportDownloadError(java.lang.Exception arg0)
|
void |
setStaticData(org.jasig.portal.ChannelStaticData sd)
Receive static channel data from the portal. |
Methods inherited from class org.jasig.portal.channels.BaseChannel |
getRuntimeProperties, receiveEvent, setRuntimeData |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CWebdav()
Method Detail |
public void setStaticData(org.jasig.portal.ChannelStaticData sd)
setStaticData
in interface org.jasig.portal.IChannel
public void renderXML(org.xml.sax.ContentHandler out) throws org.jasig.portal.PortalException
renderXML
in interface org.jasig.portal.IChannel
out
- a sax document handler
org.jasig.portal.PortalException
public java.lang.String getContentType()
getContentType
in interface org.jasig.portal.IMimeResponse
IMimeResponse.getContentType()
public java.util.Map getHeaders()
getHeaders
in interface org.jasig.portal.IMimeResponse
IMimeResponse.getHeaders()
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface org.jasig.portal.IMimeResponse
java.io.IOException
IMimeResponse.getInputStream()
public void downloadData(java.io.OutputStream arg0) throws java.io.IOException
downloadData
in interface org.jasig.portal.IMimeResponse
java.io.IOException
IMimeResponse.downloadData(java.io.OutputStream)
public java.lang.String getName()
getName
in interface org.jasig.portal.IMimeResponse
IMimeResponse.getName()
public void reportDownloadError(java.lang.Exception arg0)
reportDownloadError
in interface org.jasig.portal.IMimeResponse
public org.jasig.portal.ChannelCacheKey generateKey()
generateKey
in interface org.jasig.portal.ICacheable
public boolean isCacheValid(java.lang.Object validity)
isCacheValid
in interface org.jasig.portal.ICacheable
|
CWebdav 0.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |