Uses of Class
org.jasig.portal.utils.SAX2FilterImpl

Packages that use SAX2FilterImpl
org.jasig.portal   
org.jasig.portal.channels.webproxy   
org.jasig.portal.layout   
org.jasig.portal.layout.alm.channels   
org.jasig.portal.layout.alm.tool   
org.jasig.portal.layout.immutable   
org.jasig.portal.utils   
 

Uses of SAX2FilterImpl in org.jasig.portal
 

Subclasses of SAX2FilterImpl in org.jasig.portal
 class ChannelIncorporationFilter
          A filter that incorporates content rendered by the channels in to the main transformation stream.
 class ChannelRenderingBuffer
          Channel Rendering buffer allows portal to accumulate a list of all channels that will have to be rendered.
 class ChannelSAXStreamFilter
          Filters out startDocument and endDocument from the channel content.
 class CharacterCachingChannelIncorporationFilter
          A filter that incorporates channel content into the main SAX stream.
 class StructureAttributesIncorporationFilter
          Filter incorporating channel and folder attributes for the structure transformation
 class StylesheetSet
          A tool for managing a collection of stylesheets.
 class ThemeAttributesIncorporationFilter
           
 

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

Subclasses of SAX2FilterImpl in org.jasig.portal.channels.webproxy
 class CWebProxyURLFilter
          Rewrites URLs for CWebProxy.
 class CWebProxyWMLURLFilter
          Rewrites URLs for CWebProxy in a WML document.
 class CWebProxyXHTMLURLFilter
          Rewrites URLs for CWebProxy in an XHTML document.
private  class CWebProxyXHTMLURLFilter.FormFilter
          A helper class which rewrites the action attribute in a form element.
 

Uses of SAX2FilterImpl in org.jasig.portal.layout
 

Subclasses of SAX2FilterImpl in org.jasig.portal.layout
(package private)  class TransientUserLayoutManagerWrapper.TransientUserLayoutManagerSAXFilter
          This filter incorporates transient channels into a layout.
 

Uses of SAX2FilterImpl in org.jasig.portal.layout.alm.channels
 

Subclasses of SAX2FilterImpl in org.jasig.portal.layout.alm.channels
private  class CFragmentManager.ServantSAXFilter
           
 

Uses of SAX2FilterImpl in org.jasig.portal.layout.alm.tool
 

Subclasses of SAX2FilterImpl in org.jasig.portal.layout.alm.tool
private static class FragmentLoader.ConfigFilter
          A filter that will perform the following functions: - intercept and verify restriction names, writing out ids - intercept and verify user group names, writing out ids
 

Uses of SAX2FilterImpl in org.jasig.portal.layout.immutable
 

Subclasses of SAX2FilterImpl in org.jasig.portal.layout.immutable
 class ImmutableUserLayoutSAXFilter
          This filter will mark all folders and channels as unremovable and immutable.
 

Uses of SAX2FilterImpl in org.jasig.portal.utils
 

Subclasses of SAX2FilterImpl in org.jasig.portal.utils
 class AbsoluteURLFilter
          Replaces all relative URLs with absolute URLs.
 class SAX2BufferImpl
          A basic XML buffer implementation.
 class SAX2DuplicatingFilterImpl
          This is a remake of org.xml.sax.helpers.XMLFilterImpl that allows for downward chaining of LexicalHandlers, and further extensions.
 class SAXDocumentFilter
          Filters out startDocument and endDocument from the channel content.
 class WMLURLFilter
          Replaces all relative URLs with absolute URLs in a WML document
 class XHTMLURLFilter
          Replaces all relative URLs with absolute URLs in an XHTML document