public class VelocityTemplateProcessorServiceFactory extends Object implements org.osgi.framework.ServiceFactory, com.sun.jersey.spi.template.TemplateProcessor
| Constructor and Description |
|---|
VelocityTemplateProcessorServiceFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration) |
String |
resolve(String s) |
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object service) |
void |
writeTo(String s,
Object o,
OutputStream outputStream) |
public VelocityTemplateProcessorServiceFactory()
public Object getService(org.osgi.framework.Bundle bundle, org.osgi.framework.ServiceRegistration serviceRegistration)
getService in interface org.osgi.framework.ServiceFactorypublic void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration serviceRegistration,
Object service)
ungetService in interface org.osgi.framework.ServiceFactorypublic String resolve(String s)
resolve in interface com.sun.jersey.spi.template.TemplateProcessorpublic void writeTo(String s, Object o, OutputStream outputStream) throws IOException
writeTo in interface com.sun.jersey.spi.template.TemplateProcessorIOExceptionCopyright © 2016 Atlassian. All rights reserved.