org.outerj.daisy.frontend.components.skinsource
Class SkinSourceFactory

java.lang.Object
  extended by AbstractLogEnabled
      extended by org.outerj.daisy.frontend.components.skinsource.SkinSourceFactory

public class SkinSourceFactory
extends AbstractLogEnabled

Source Factory for "daisyskin:" sources.

For documentation on this source, see the Daisy documentation, at the time of this writing at http://cocoondev.org/daisydocs-1_3/192.html


Constructor Summary
SkinSourceFactory()
           
 
Method Summary
 void contextualize(Context context)
           
 void dispose()
           
 Source getSource(java.lang.String location, java.util.Map parameters)
           
 void release(Source source)
           
 void service(ServiceManager serviceManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinSourceFactory

public SkinSourceFactory()
Method Detail

contextualize

public void contextualize(Context context)
                   throws ContextException
Throws:
ContextException

service

public void service(ServiceManager serviceManager)
             throws ServiceException
Throws:
ServiceException

dispose

public void dispose()

getSource

public Source getSource(java.lang.String location,
                        java.util.Map parameters)
                 throws java.io.IOException,
                        java.net.MalformedURLException
Throws:
java.io.IOException
java.net.MalformedURLException

release

public void release(Source source)


Copyright © -2006 . All Rights Reserved.