com.atlassian.templaterenderer.velocity.one.six.internal
Class VelocityTemplateRendererServiceFactory

java.lang.Object
  extended by com.atlassian.templaterenderer.velocity.one.six.internal.VelocityTemplateRendererServiceFactory
All Implemented Interfaces:
org.osgi.framework.ServiceFactory

public class VelocityTemplateRendererServiceFactory
extends Object
implements org.osgi.framework.ServiceFactory

Service factory for instantiating a template renderer for the given bundle


Constructor Summary
VelocityTemplateRendererServiceFactory(com.atlassian.templaterenderer.TemplateContextFactory templateContextFactory)
           
 
Method Summary
 Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration serviceRegistration)
           
 void ungetService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration serviceRegistration, Object service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityTemplateRendererServiceFactory

public VelocityTemplateRendererServiceFactory(com.atlassian.templaterenderer.TemplateContextFactory templateContextFactory)
Method Detail

getService

public Object getService(org.osgi.framework.Bundle bundle,
                         org.osgi.framework.ServiceRegistration serviceRegistration)
Specified by:
getService in interface org.osgi.framework.ServiceFactory

ungetService

public void ungetService(org.osgi.framework.Bundle bundle,
                         org.osgi.framework.ServiceRegistration serviceRegistration,
                         Object service)
Specified by:
ungetService in interface org.osgi.framework.ServiceFactory


Copyright © 2011 Atlassian. All Rights Reserved.