| AdminUIConfiguration |
Adds static admin UI content to Spring resource path, and makes sure it's not
cached.
|
| BotConfig |
BotConfig contains map of BotProperties, with bot name as key.
|
| BotConfig.BotProperties |
|
| ClientConfig |
This configures VRSpace client that connects to and advertises at central
vrspace.org server - if org.vrspace.server.advertise property is true.
|
| EmbeddedTomcatCustomizer |
Adds content and client (babylon) directories to content path, and enables
directory listings.
|
| FactoryConfig |
Configuration of object factories, only ClientFactory for the time being.
|
| JacksonConfig |
Jackson JSON parser configuration.
|
| NeoConfig |
Starts embedded Neo4J with database in directory specified in org.vrspace.db
property - only if the property is set.
|
| SeleniumConfig |
|
| ServerConfig |
General server configuration.
|
| WebSecurityConfig |
Configures Oauth2 authentication endpoints
|
| WebSocketConfig |
Configures WebSocket path (default:/vrspace) and allowed origins (default:*)
|
| WorldConfig |
Container for pre-configured worlds, created by WorldManager during startup.
|
| WorldConfig.WorldProperties |
|