|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.components.source.SourceHandlerImpl
Field Summary |
Fields inherited from interface org.apache.cocoon.components.source.SourceHandler |
ROLE |
Constructor Summary | |
SourceHandlerImpl()
|
Method Summary | |
void |
addFactory(java.lang.String protocol,
SourceFactory factory)
Add a factory |
void |
compose(org.apache.avalon.framework.component.ComponentManager manager)
Set the current ComponentManager instance used by this
Composable . |
void |
configure(org.apache.avalon.framework.configuration.Configuration conf)
Configure the SourceFactories |
void |
contextualize(org.apache.avalon.framework.context.Context context)
Get the context |
void |
dispose()
Dispose |
Source |
getSource(Environment environment,
java.lang.String location)
Get a Source object. |
Source |
getSource(Environment environment,
java.net.URL base,
java.lang.String location)
Get a Source object. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SourceHandlerImpl()
Method Detail |
public void configure(org.apache.avalon.framework.configuration.Configuration conf) throws org.apache.avalon.framework.configuration.ConfigurationException
configure
in interface org.apache.avalon.framework.configuration.Configurable
org.apache.avalon.framework.configuration.ConfigurationException
public void contextualize(org.apache.avalon.framework.context.Context context) throws org.apache.avalon.framework.context.ContextException
contextualize
in interface org.apache.avalon.framework.context.Contextualizable
org.apache.avalon.framework.context.ContextException
public void compose(org.apache.avalon.framework.component.ComponentManager manager) throws org.apache.avalon.framework.component.ComponentException
ComponentManager
instance used by this
Composable
.
compose
in interface org.apache.avalon.framework.component.Composable
org.apache.avalon.framework.component.ComponentException
public void dispose()
dispose
in interface org.apache.avalon.framework.activity.Disposable
public Source getSource(Environment environment, java.lang.String location) throws ProcessingException, java.net.MalformedURLException, java.io.IOException
Source
object.
getSource
in interface SourceHandler
environment
- This is optional.
ProcessingException
java.net.MalformedURLException
java.io.IOException
public Source getSource(Environment environment, java.net.URL base, java.lang.String location) throws ProcessingException, java.net.MalformedURLException, java.io.IOException
Source
object.
getSource
in interface SourceHandler
environment
- This is optional.
ProcessingException
java.net.MalformedURLException
java.io.IOException
public void addFactory(java.lang.String protocol, SourceFactory factory) throws ProcessingException
addFactory
in interface SourceHandler
ProcessingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |