|
||||||||||
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.url.URLFactoryImpl
public class URLFactoryImpl
Field Summary | |
---|---|
protected Context |
context
Deprecated. The context |
protected Map |
factories
Deprecated. The special URL factories |
Fields inherited from interface org.apache.cocoon.components.url.URLFactory |
---|
ROLE |
Constructor Summary | |
---|---|
URLFactoryImpl()
Deprecated. |
Method Summary | |
---|---|
void |
compose(ComponentManager manager)
Deprecated. Set the current ComponentManager instance used by this
Composable . |
void |
configure(Configuration conf)
Deprecated. Configure the URLFactories |
void |
contextualize(Context context)
Deprecated. Get the context |
void |
dispose()
Deprecated. Dispose |
URL |
getURL(String location)
Deprecated. Create a URL from a location. |
URL |
getURL(URL base,
String location)
Deprecated. |
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 |
Field Detail |
---|
protected Context context
protected Map factories
Constructor Detail |
---|
public URLFactoryImpl()
Method Detail |
---|
public URL getURL(String location) throws MalformedURLException
getURL
in interface URLFactory
location
- The location
MalformedURLException
- If the location is malformedpublic URL getURL(URL base, String location) throws MalformedURLException
getURL
in interface URLFactory
MalformedURLException
public void contextualize(Context context) throws ContextException
contextualize
in interface Contextualizable
ContextException
public void configure(Configuration conf) throws ConfigurationException
configure
in interface Configurable
ConfigurationException
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |