public class ApplicationFragment extends Application
| 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 | 
|---|---|
static Map<String,String> | 
createAttributes(String hostName)  | 
Application | 
get()  | 
Map<String,String> | 
getAttrs()  | 
org.osgi.framework.Bundle | 
getBundle()  | 
Set<Class<?>> | 
getClasses()  | 
String | 
getHostName()  | 
Set<Object> | 
getSingletons()  | 
void | 
reload()  | 
public ApplicationFragment(org.osgi.framework.Bundle bundle,
                   String appClass)
public ApplicationFragment(org.osgi.framework.Bundle bundle,
                   String appClass,
                   String host)
public org.osgi.framework.Bundle getBundle()
public String getHostName()
public Application get()
public Set<Class<?>> getClasses()
getClasses in class Applicationpublic Set<Object> getSingletons()
getSingletons in class ApplicationCopyright © 2011 Nuxeo SA. All Rights Reserved.