| org.apache.cocoon.components.source.impl.EmptySourceFactory
EmptySourceFactory | public class EmptySourceFactory extends AbstractLogEnabled implements SourceFactory,ThreadSafe(Code) | | A factory for 'empty:' sources (see
EmptySource ).
version: $Id: EmptySourceFactory.java 433543 2006-08-22 06:22:54Z crossley $ since: 2.1.8 |
getSource | public Source getSource(String location, Map parameters) throws IOException, MalformedURLException(Code) | | Get an
EmptySource object.
Parameters: location - The URI to resolve - this URI includes the scheme. Parameters: parameters - this is optional and not used here See Also: org.apache.excalibur.source.SourceFactory.getSource(java.lang.Stringjava.util.Map) |
release | public void release(Source source)(Code) | | See Also: org.apache.excalibur.source.SourceFactory.release(org.apache.excalibur.source.Source) |
|
|