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

Packages that use SAX2FilterImpl
org.jasig.portal   
org.jasig.portal.channels.webproxy   
org.jasig.portal.layout.immutable Classes in support of restricting the user from changing the layout. 
org.jasig.portal.utils   
 

Uses of SAX2FilterImpl in org.jasig.portal
 

Subclasses of SAX2FilterImpl in org.jasig.portal
 class ChannelRenderingBuffer
          Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release
 class ChannelSAXStreamFilter
          Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release
 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
          Deprecated. All IChannel implementations should be migrated to portlets
 class CWebProxyWMLURLFilter
          Deprecated. All IChannel implementations should be migrated to portlets
 class CWebProxyXHTMLURLFilter
          Deprecated. All IChannel implementations should be migrated to portlets
 

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
 



Copyright © 2010 Jasig. All Rights Reserved.