Class DashboardConfiguration
- java.lang.Object
-
- net.oneandone.stool.dashboard.config.DashboardConfiguration
-
@Configuration @ComponentScan(basePackageClasses=IndexController.class) public class DashboardConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DashboardConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.TimerautoRefresh()net.oneandone.inline.Consoleconsole()java.util.concurrent.ExecutorServiceexecutorService()net.oneandone.sushi.fs.file.FileNodehome()net.oneandone.sushi.fs.file.FileNodejar()net.oneandone.sushi.fs.file.FileNodelogs()net.oneandone.maven.embedded.Mavenmaven()DashboardPropertiesproperties()net.oneandone.stool.stage.Stageself()net.oneandone.stool.util.Sessionsession()net.oneandone.stool.users.Usersusers()net.oneandone.sushi.fs.Worldworld()
-
-
-
Method Detail
-
world
@Bean public net.oneandone.sushi.fs.World world() throws java.io.IOException- Throws:
java.io.IOException
-
jar
@Bean public net.oneandone.sushi.fs.file.FileNode jar() throws java.io.IOException- Throws:
java.io.IOException
-
console
@Bean public net.oneandone.inline.Console console()
-
home
@Bean public net.oneandone.sushi.fs.file.FileNode home() throws java.io.IOException- Throws:
java.io.IOException
-
properties
@Bean public DashboardProperties properties() throws java.io.IOException
- Throws:
java.io.IOException
-
session
@Bean public net.oneandone.stool.util.Session session() throws java.io.IOException- Throws:
java.io.IOException
-
self
@Bean public net.oneandone.stool.stage.Stage self() throws java.io.IOException- Throws:
java.io.IOException
-
logs
@Bean public net.oneandone.sushi.fs.file.FileNode logs() throws java.io.IOException- Throws:
java.io.IOException
-
users
@Bean public net.oneandone.stool.users.Users users() throws java.io.IOException- Throws:
java.io.IOException
-
maven
@Bean public net.oneandone.maven.embedded.Maven maven() throws java.io.IOException- Throws:
java.io.IOException
-
executorService
@Bean public java.util.concurrent.ExecutorService executorService()
-
autoRefresh
@Bean public java.util.Timer autoRefresh() throws java.io.IOException- Throws:
java.io.IOException
-
-