Class OfflineService

java.lang.Object
sk.iway.iwcm.components.offline.OfflineService

public class OfflineService extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    downloadUrl(String basePath, javax.servlet.http.HttpServletRequest req)
    Stiahnutie stranky s vyuzitim Jakarta HTTP Client (zvlada POST aj GET) nemoze sa pouzit nastroj z Tools, tu su customizovane hlavicky
    void
    execute(Identity user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • OfflineService

      public OfflineService()
  • Method Details

    • execute

      public void execute(Identity user, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
      Throws:
      IOException
    • downloadUrl

      public static String downloadUrl(String basePath, javax.servlet.http.HttpServletRequest req)
      Stiahnutie stranky s vyuzitim Jakarta HTTP Client (zvlada POST aj GET) nemoze sa pouzit nastroj z Tools, tu su customizovane hlavicky
      Parameters:
      basePath -
      req -
      Returns: