net.sf.sail.core.bundle
Interface ContextUrlAware
- All Known Implementing Classes:
- CurnitUrlProviderImpl
public interface ContextUrlAware
There is a probably a better way to do this with the xmlencoder
but the purpose of this provide a way for urls to be relative to
the context where they are defined. The only use so far is that
urls in the xmlencoder file can be relative to that file.
Note this is not implemented as a service because bundles could
come from multiple locations so each bundle needs a separate
context url.
- Author:
- scott
setContextUrl
void setContextUrl(java.net.URL url)
Copyright © 2004-2008 TELS Center. All Rights Reserved.