|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyRunData | |
org.apache.jetspeed.services.webpage |
Uses of ProxyRunData in org.apache.jetspeed.services.webpage |
Methods in org.apache.jetspeed.services.webpage with parameters of type ProxyRunData | |
static boolean |
WebPageCache.getResourceFromCache(java.lang.String resource,
long sid,
java.lang.String base,
java.lang.String host,
ProxyRunData data)
Given a cacheable web resource, writes the content of that resource to the servlet output stream. |
static byte[] |
WebPageCache.getContentAndWrite(java.net.URLConnection con,
ProxyRunData data)
Retrieves the content from the proxied host for the requested. |
static byte[] |
WebPageCache.rewriteScript(java.net.URLConnection con,
long sid,
java.lang.String host,
ProxyRunData data,
java.lang.String resource,
java.lang.String base)
Retrieves the script content from the proxied host for the requested. |
void |
SiteSession.proxy(java.lang.String site,
ProxyRunData data)
Given a site URL, proxies the content of that site. |
java.lang.String |
SiteSession.getContentAsString(java.net.URLConnection con,
ProxyRunData data,
java.lang.String url)
Gets the HTML content from the URL Connection stream and returns it as a Stream |
boolean |
SiteSession.logon(ProxyRunData data)
Logs on to the target host |
boolean |
SiteSession.logout(ProxyRunData data)
Logs out of the target host |
void |
SiteSession.rewriteContent(ProxyRunData data,
java.net.URLConnection con,
int contentType,
java.lang.String url)
Reads stream for proxied host, runs a rewriter against that stream, rewriting relevant links, and writes the parsed stream back to the client. |
boolean |
JetspeedSiteSession.logon(ProxyRunData data)
Logs on to the Secured site 'automatically', using a predefined exchange based on a logon-screen POST to the site, sending the logon credentials and security permissions. |
void |
JetspeedSiteSession.rewriteContent(ProxyRunData data,
java.net.URLConnection con,
int contentType,
java.lang.String url)
Reads stream from proxied host, runs HTML parser against that stream, rewriting relevant links, and writes the parsed stream back to the client. |
java.lang.String |
JetspeedSiteSession.getContentAsString(java.net.URLConnection con,
ProxyRunData data,
java.lang.String url)
Gets the HTML content from the URL Connection stream and returns it as a Stream |
boolean |
JetspeedSiteSession.logout(ProxyRunData data)
Logs out to the Network Element by sending the session id cookie to a pre-defined logout-URL in the Network Element. |
void |
JetspeedSiteSession.proxy(java.lang.String site,
ProxyRunData data)
|
void |
AbstractSiteSession.dispatch(java.lang.String url,
ProxyRunData data)
Given a URL, returns the content from that URL in a string. |
java.lang.String |
AbstractSiteSession.getHTMLContent(java.net.URLConnection con,
ProxyRunData data,
java.lang.String resource)
Gets the HTML content from the URL Connection stream and returns it in a string |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |