Class DashboardConfiguration


  • @Configuration
    @ComponentScan(basePackageClasses=IndexController.class)
    public class DashboardConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Timer autoRefresh()  
      net.oneandone.inline.Console console()  
      java.util.concurrent.ExecutorService executorService()  
      net.oneandone.sushi.fs.file.FileNode home()  
      net.oneandone.sushi.fs.file.FileNode jar()  
      net.oneandone.sushi.fs.file.FileNode logs()  
      net.oneandone.maven.embedded.Maven maven()  
      DashboardProperties properties()  
      net.oneandone.stool.stage.Stage self()  
      net.oneandone.stool.util.Session session()  
      net.oneandone.stool.users.Users users()  
      net.oneandone.sushi.fs.World world()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DashboardConfiguration

        public DashboardConfiguration()
    • 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