| Package | Description |
|---|---|
| edu.wisc.my.webproxy.beans.filtering | |
| edu.wisc.my.webproxy.beans.http |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HtmlParser
Specifies the interface the portelt will use to perform the initial DOM parsing
of the Response.
|
| Modifier and Type | Class and Description |
|---|---|
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
|
| Modifier and Type | Class and Description |
|---|---|
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 © 2016 Jasig. All Rights Reserved.