Uses of Class
org.jasig.portal.serialize.BaseMarkupSerializer

Packages that use BaseMarkupSerializer
org.jasig.portal   
org.jasig.portal.serialize   
 

Uses of BaseMarkupSerializer in org.jasig.portal
 

Methods in org.jasig.portal that return BaseMarkupSerializer
 BaseMarkupSerializer MediaManager.getSerializer(HttpServletRequest req, OutputStream out)
          Automatically determines the media type from the request object,
 BaseMarkupSerializer MediaManager.getSerializer(HttpServletRequest req, Writer out)
          Automatically determines the media type from the request object,
 BaseMarkupSerializer MediaManager.getSerializer(String mediaType, OutputStream out)
          Another version of getSerializer() with OutputStream as one of the parameters.
 BaseMarkupSerializer MediaManager.getSerializer(String mediaType, Writer out)
          Determines and configures a serialzier that is proper for the specified media type.
 BaseMarkupSerializer MediaManager.getSerializerByName(String serializerName, OutputStream out)
          Gets a serializer by name which writes to the provided OutputStream
 BaseMarkupSerializer MediaManager.getSerializerByName(String serializerName, Writer out)
          Gets a serializer by name which writes to the provided Writer
 

Uses of BaseMarkupSerializer in org.jasig.portal.serialize
 

Subclasses of BaseMarkupSerializer in org.jasig.portal.serialize
 class CachingHTMLSerializer
          Caching version of the HTML serializer
 class CachingXHTMLSerializer
          Caching version of the XHTML serializer
 class HTMLSerializer
          Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing HTML. See the Xerces documentation for more information.
 class TextSerializer
          Implements a text serializer supporting both DOM and SAX serializing.
 class XHTMLSerializer
          Deprecated. This class was deprecated in Xerces 2.6.2. It is recommended that new applications use JAXP's Transformation API for XML (TrAX) for serializing XHTML. See the Xerces documentation for more information.
 class XMLSerializer
          Implements an XML serializer supporting both DOM and SAX pretty serializing.
 



Copyright © 2010 Jasig. All Rights Reserved.