|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.components.source.SourceHandlerImpl
public final class SourceHandlerImpl
Field Summary |
---|
Fields inherited from interface org.apache.cocoon.components.source.SourceHandler |
---|
ROLE |
Constructor Summary | |
---|---|
SourceHandlerImpl()
Deprecated. |
Method Summary | |
---|---|
void |
addFactory(String protocol,
SourceFactory factory)
Deprecated. Add a factory |
void |
compose(ComponentManager manager)
Deprecated. Set the current ComponentManager instance used by this
Composable . |
void |
configure(Configuration conf)
Deprecated. Configure the SourceFactories |
void |
contextualize(Context context)
Deprecated. Get the context |
void |
dispose()
Deprecated. Dispose |
Source |
getSource(Environment environment,
String location)
Deprecated. Get a Source object. |
Source |
getSource(Environment environment,
URL base,
String location)
Deprecated. Get a Source object. |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, 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(Configuration conf) throws ConfigurationException
configure
in interface Configurable
ConfigurationException
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void compose(ComponentManager manager) throws ComponentException
ComponentManager
instance used by this
Composable
.
compose
in interface Composable
ComponentException
public void dispose()
dispose
in interface Disposable
public Source getSource(Environment environment, String location) throws ProcessingException, MalformedURLException, IOException
Source
object.
getSource
in interface SourceHandler
environment
- This is optional.
ProcessingException
MalformedURLException
IOException
public Source getSource(Environment environment, URL base, String location) throws ProcessingException, MalformedURLException, IOException
Source
object.
getSource
in interface SourceHandler
environment
- This is optional.
ProcessingException
MalformedURLException
IOException
public void addFactory(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 |