Package systextil.bo

Class SysGerDownload

java.lang.Object
systextil.ws.ResourceBase
systextil.bo.SysGerDownload

@Produces("*/*") @Path("sysger") public class SysGerDownload extends systextil.ws.ResourceBase
  • Nested Class Summary

    Nested classes/interfaces inherited from class systextil.ws.ResourceBase

    systextil.ws.ResourceBase.Err
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String req, String view)
     

    Methods inherited from class systextil.ws.ResourceBase

    execute, getLogin, run

    Methods inherited from class java.lang.Object

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

    • SysGerDownload

      public SysGerDownload()
  • Method Details

    • get

      @GET public Object get(@QueryParam("req") String req, @QueryParam("view") String view)