org.apache.cocoon.components.webdav
Interface WebDAVEventFactory

All Superinterfaces:
EventFactory
All Known Implementing Classes:
DefaultWebDAVEventFactory

public interface WebDAVEventFactory
extends EventFactory

Factory interface for constructing Event objects for webdav resources


Field Summary
static String ROLE
           
 
Method Summary
 Event createEvent(org.apache.commons.httpclient.HttpURL url)
           
 Event createEvent(String url)
           
 
Methods inherited from interface org.apache.cocoon.caching.validity.EventFactory
createEvent
 

Field Detail

ROLE

static final String ROLE
Method Detail

createEvent

Event createEvent(String url)

createEvent

Event createEvent(org.apache.commons.httpclient.HttpURL url)


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.