Uses of Interface
edu.wisc.my.webproxy.beans.config.ProxyComponent

Packages that use ProxyComponent
edu.wisc.my.webproxy.beans.filtering   
edu.wisc.my.webproxy.beans.http   
 

Uses of ProxyComponent in edu.wisc.my.webproxy.beans.filtering
 

Subinterfaces of ProxyComponent in edu.wisc.my.webproxy.beans.filtering
 interface HtmlParser
          Specifies the interface the portelt will use to perform the initial DOM parsing of the Response.
 

Classes in edu.wisc.my.webproxy.beans.filtering that implement ProxyComponent
 class AbsoluteUrlFilter
           A filter that will re-write relative URLs to absolute URLs.
 class BaseUrlFilter
          The base URL filter is an abstract filter that locates URLs in the proxied content and call an abstract method to re-write the URL.
 class ChainingSaxFilter
          This abstract class can be implemented by filters that can use SAX events to perform their action.
 class ClippingFilter
          The clipping filter uses an XPath expression to clip a subset of the Document
 class FuncNameUrlFilter
           
 class HtmlOutputFilter
          A filter that will always be at the end of the filter chain.
 class InclExclUrlFilter
           
 class NekoHtmlParser
          This class implements the HtmlParser Interface by using NekoHtml
 class PortletUrlFilter
          A filter that re-writes all URLs to portlet URLs
 

Uses of ProxyComponent in edu.wisc.my.webproxy.beans.http
 

Classes in edu.wisc.my.webproxy.beans.http that implement ProxyComponent
 class HttpManager
          This interface is what the portlet uses to make requests.
 class HttpManagerImpl
          This class is the implementation of the methods defined in the (@link edu.wisc.my.webproxy.beans.http.HttpManager) interface
 class ShibbolethEnabledHttpManagerImpl
          ShibbolethEnabledHttpManagerImpl subclasses HttpManagerImpl to configurably provide a Shibboleth-authenticating HttpClient instance.
 



Copyright © 2010 Jasig. All Rights Reserved.