com.atlassian.templaterenderer.velocity.one.six.internal
Class VelocityTemplateRendererServiceFactory
java.lang.Object
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
|
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 |
VelocityTemplateRendererServiceFactory
public VelocityTemplateRendererServiceFactory(com.atlassian.templaterenderer.TemplateContextFactory templateContextFactory)
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 © 2012 Atlassian. All Rights Reserved.