|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AutoExport | |
|---|---|
| org.springframework.osgi.service.exporter.support | Spring-DM export support package. |
| Uses of AutoExport in org.springframework.osgi.service.exporter.support |
|---|
| Fields in org.springframework.osgi.service.exporter.support declared as AutoExport | |
|---|---|
static AutoExport |
AutoExport.ALL_CLASSES
Export every class, inherited or implemented by the given target. |
static AutoExport |
AutoExport.CLASS_HIERARCHY
Export the class hierarchy (all classes inherited by the given target excluding Object.class) |
static AutoExport |
AutoExport.DISABLED
Do not export anything |
static AutoExport |
AutoExport.INTERFACES
Export all interfaces (and their hierarchy) implemented by the given class |
| Methods in org.springframework.osgi.service.exporter.support with parameters of type AutoExport | |
|---|---|
void |
OsgiServiceFactoryBean.setAutoExport(AutoExport classExporter)
Sets the strategy used for automatically publishing classes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||