Uses of Class
org.jasig.portal.channels.webproxy.CWebProxyURLFilter

Packages that use CWebProxyURLFilter
org.jasig.portal.channels.webproxy   
 

Uses of CWebProxyURLFilter in org.jasig.portal.channels.webproxy
 

Subclasses of CWebProxyURLFilter in org.jasig.portal.channels.webproxy
 class CWebProxyWMLURLFilter
          Rewrites URLs for CWebProxy in a WML document.
 class CWebProxyXHTMLURLFilter
          Rewrites URLs for CWebProxy in an XHTML document.
 

Methods in org.jasig.portal.channels.webproxy that return CWebProxyURLFilter
static CWebProxyURLFilter CWebProxyURLFilter.newCWebProxyURLFilter(java.lang.String mimeType, ChannelRuntimeData runtimeData, org.xml.sax.ContentHandler handler)
          A factory method that uses mimeType to determine which type of CWebProxyURLFilter to return.