Class Proxy

java.lang.Object
sk.iway.iwcm.components.proxy.Proxy

public class Proxy extends Object
ProxyServlet.java - vykona proxy volanie na vzdialeny server
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    Returns true if the response will be included into webpage from CMS
    static void
    service(ProxyBean proxy, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response)
    Volanie proxy metody na zaklade nastaveneho parametra proxyMethod

    Methods inherited from class java.lang.Object

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

    • Proxy

      protected Proxy()
  • Method Details

    • service

      public static void service(ProxyBean proxy, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Volanie proxy metody na zaklade nastaveneho parametra proxyMethod
      Parameters:
      proxy -
      req -
      response -
      Throws:
      javax.servlet.ServletException
      IOException
    • isIncludeIntoPage

      public static boolean isIncludeIntoPage(ProxyBean proxy, String path)
      Returns true if the response will be included into webpage from CMS
      Parameters:
      proxy -
      path -
      Returns: