org.apache.cocoon.components.webdav.impl
Class DefaultWebDAVEventFactory
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.webdav.impl.DefaultWebDAVEventFactory
- All Implemented Interfaces:
- Configurable, LogEnabled, EventFactory, WebDAVEventFactory
public class DefaultWebDAVEventFactory
- extends AbstractLogEnabled
- implements WebDAVEventFactory, Configurable
Default implementation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HOST_CONFIG_ELEM
protected static final String HOST_CONFIG_ELEM
- See Also:
- Constant Field Values
PORT_CONFIG_ELEM
protected static final String PORT_CONFIG_ELEM
- See Also:
- Constant Field Values
DefaultWebDAVEventFactory
public DefaultWebDAVEventFactory()
configure
public void configure(Configuration config)
throws ConfigurationException
- Specified by:
configure
in interface Configurable
- Throws:
ConfigurationException
createEvent
public Event createEvent(String url)
- Specified by:
createEvent
in interface WebDAVEventFactory
createEvent
public Event createEvent(org.apache.commons.httpclient.HttpURL url)
- Specified by:
createEvent
in interface WebDAVEventFactory
createEvent
public Event createEvent(Parameters params)
throws ParameterException
- Description copied from interface:
EventFactory
- Create an event based on parameter values.
- Specified by:
createEvent
in interface EventFactory
- Parameters:
params
- arguments to the newly created event.
- Returns:
- newly created Event
- Throws:
ParameterException
- if required parameters are missing.
createEvent
protected Event createEvent(String host,
int port,
String path)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.