java.lang.Object
ch.software_atelier.simpleflex.rest.RestApp
ch.software_atelier.simpleflex.rest.auth.App
All Implemented Interfaces:
ch.software_atelier.simpleflex.apps.WebApp

public class App extends ch.software_atelier.simpleflex.rest.RestApp
  • Field Summary

    Fields inherited from interface ch.software_atelier.simpleflex.apps.WebApp

    NO_UPLOAD, UNLIMITED_UPLOAD
  • Constructor Summary

    Constructors
    Constructor
    Description
    App()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    start(String name, HashMap<String,Object> config, ch.software_atelier.simpleflex.SimpleFlexAccesser sfa)
     

    Methods inherited from class ch.software_atelier.simpleflex.rest.RestApp

    addResource, maxPostingSize, process, quit, setDocInfo, setDocPath

    Methods inherited from class java.lang.Object

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

    • App

      public App()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception
    • start

      public void start(String name, HashMap<String,Object> config, ch.software_atelier.simpleflex.SimpleFlexAccesser sfa)
      Specified by:
      start in interface ch.software_atelier.simpleflex.apps.WebApp
      Overrides:
      start in class ch.software_atelier.simpleflex.rest.RestApp