fr.paris5.shaman.spirit.insightsource
Class InsightSourceFactory
fr.paris5.shaman.spirit.insightsource.InsightSourceFactory
- All Implemented Interfaces:
- LocationConstants
- public class InsightSourceFactory
- implements LocationConstants
Cocoon SourceFactory implementation for supporting
insight-content: protocol for resources accessed by the Sitemap.
- Version:
- $Id: InsightSourceFactory.java,v 1.1 2002/07/25 13:18:08 caillette Exp $
- Author:
- Laurent Caillette
Method Summary |
void |
compose(org.apache.avalon.framework.component.ComponentManager manager)
|
org.apache.cocoon.environment.Source |
getSource(org.apache.cocoon.environment.Environment environment,
java.lang.String location)
|
org.apache.cocoon.environment.Source |
getSource(org.apache.cocoon.environment.Environment environment,
java.net.URL base,
java.lang.String location)
Unsupported operation. |
InsightSourceFactory
public InsightSourceFactory()
compose
public void compose(org.apache.avalon.framework.component.ComponentManager manager)
throws org.apache.avalon.framework.component.ComponentException
getSource
public org.apache.cocoon.environment.Source getSource(org.apache.cocoon.environment.Environment environment,
java.lang.String location)
throws org.apache.cocoon.ProcessingException,
java.net.MalformedURLException,
java.io.IOException
getSource
public org.apache.cocoon.environment.Source getSource(org.apache.cocoon.environment.Environment environment,
java.net.URL base,
java.lang.String location)
throws org.apache.cocoon.ProcessingException,
java.net.MalformedURLException,
java.io.IOException
- Unsupported operation. Using a URL would break because the
insight-content: protocol is unknown by Java.
- Throws:
UnsupportedOperationException
- Always.
Copyright © 2002 Laurent Caillette and l'Université René Descartes, Paris 5. All rights reserved.