public class ApplicationFragment
extends javax.ws.rs.core.Application
| Modifier and Type | Field and Description |
|---|---|
protected String |
appClass |
protected Map<String,String> |
attrs |
protected org.osgi.framework.Bundle |
bundle |
protected String |
hostName |
| Constructor and Description |
|---|
ApplicationFragment(org.osgi.framework.Bundle bundle,
String appClass) |
ApplicationFragment(org.osgi.framework.Bundle bundle,
String appClass,
Map<String,String> attrs) |
ApplicationFragment(org.osgi.framework.Bundle bundle,
String appClass,
String host) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createApp() |
static Map<String,String> |
createAttributes(String hostName) |
javax.ws.rs.core.Application |
get() |
Map<String,String> |
getAttrs() |
org.osgi.framework.Bundle |
getBundle() |
Set<Class<?>> |
getClasses() |
String |
getHostName() |
Set<Object> |
getSingletons() |
void |
reload() |
protected final String hostName
protected final org.osgi.framework.Bundle bundle
protected String appClass
public ApplicationFragment(org.osgi.framework.Bundle bundle,
String appClass)
public ApplicationFragment(org.osgi.framework.Bundle bundle,
String appClass,
String host)
Copyright © 2020 Nuxeo SA. All rights reserved.