Package sk.iway.iwcm.components.proxy
Class Proxy
java.lang.Object
sk.iway.iwcm.components.proxy.Proxy
ProxyServlet.java - vykona proxy volanie na vzdialeny server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isIncludeIntoPage
(ProxyBean proxy, String path) Returns true if the response will be included into webpage from CMSstatic void
service
(ProxyBean proxy, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse response) Volanie proxy metody na zaklade nastaveneho parametra proxyMethod
-
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
Returns true if the response will be included into webpage from CMS- Parameters:
proxy
-path
-- Returns:
-