Uses of Class
org.nuxeo.ecm.webengine.jaxrs.ApplicationFragment
-
Packages that use ApplicationFragment Package Description org.nuxeo.ecm.webengine.jaxrs -
-
Uses of ApplicationFragment in org.nuxeo.ecm.webengine.jaxrs
Fields in org.nuxeo.ecm.webengine.jaxrs with type parameters of type ApplicationFragment Modifier and Type Field Description protected List<ApplicationFragment>
ApplicationHost. apps
Methods in org.nuxeo.ecm.webengine.jaxrs that return ApplicationFragment Modifier and Type Method Description ApplicationFragment[]
ApplicationHost. getApplications()
Methods in org.nuxeo.ecm.webengine.jaxrs with parameters of type ApplicationFragment Modifier and Type Method Description void
ApplicationHost. add(ApplicationFragment app)
ApplicationHost
ApplicationManager. getApplication(ApplicationFragment fragment)
void
ApplicationHost. remove(ApplicationFragment app)
-