@Profile(value="remote") @Configuration public static class ProjectContextConfiguration.RemoteProjectContextConfiguration extends Object
| Constructor and Description |
|---|
RemoteProjectContextConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemService |
fileSystemService(ProjectProperties projectProperties,
javax.servlet.http.HttpServletRequest req) |
ProjectProperties |
projectConfiguration(RemoteProperties remoteProperties,
javax.servlet.http.HttpServletRequest req) |
AbstractProjectContext |
projectContext(ProjectProperties projConfiguration) |
RemoteProperties |
remoteProperties() |
Workspace |
workspace(ProjectProperties projConfiguration) |
@Bean @ConfigurationProperties(prefix="minium.remote") public RemoteProperties remoteProperties()
@Bean @RequestScope public ProjectProperties projectConfiguration(RemoteProperties remoteProperties, javax.servlet.http.HttpServletRequest req)
@Bean @Autowired @RequestScope public FileSystemService fileSystemService(ProjectProperties projectProperties, javax.servlet.http.HttpServletRequest req)
@Autowired @Bean @RequestScope public Workspace workspace(ProjectProperties projConfiguration) throws Exception
Exception@Autowired @Bean @RequestScope public AbstractProjectContext projectContext(ProjectProperties projConfiguration) throws Exception
ExceptionCopyright © 2021 VILT Group. All rights reserved.