@Controller public class InitController extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INIT_MAPPING |
| Constructor and Description |
|---|
InitController(SyncConfigurationManager syncConfigurationManager) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
initialize(InputStream request) |
public static final String INIT_MAPPING
@Autowired public InitController(SyncConfigurationManager syncConfigurationManager)
@RequestMapping(value="/init",
method=POST)
public org.springframework.http.ResponseEntity<String> initialize(InputStream request)
Copyright © 2009–2016 DuraSpace. All rights reserved.