Uses of Package
org.jasig.portal.serialize

Packages that use org.jasig.portal.serialize
org.jasig.portal   
org.jasig.portal.container.binding   
org.jasig.portal.serialize   
org.jasig.portal.utils   
 

Classes in org.jasig.portal.serialize used by org.jasig.portal
BaseMarkupSerializer
          Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
CachingSerializer
          CachingSerializer interface allows low-level character interaction with a serializer.
 

Classes in org.jasig.portal.serialize used by org.jasig.portal.container.binding
Serializer
          Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents.
 

Classes in org.jasig.portal.serialize used by org.jasig.portal.serialize
BaseMarkupSerializer
          Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents.
CachingSerializer
          CachingSerializer interface allows low-level character interaction with a serializer.
CharacterCachingWriter
           
DOMSerializer
          Interface for a DOM serializer implementation.
ElementState
          Holds the state of the currently serialized element.
EncodingInfo
          This class represents an encoding.
HTMLSerializer
          Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing.
OutputFormat
          Specifies an output format to control the serializer.
Printer
          The printer is responsible for sending text to the output stream or writer.
Serializer
          Interface for a DOM serializer implementation, factory for DOM and SAX serializers, and static methods for serializing DOM documents.
SerializerFactory
           
SieveEncodingInfo.BAOutputStream
          Why don't we use the original ByteArrayOutputStream? - Because the toByteArray() method of the ByteArrayOutputStream creates new byte[] instances for each call.
XHTMLSerializer
          Implements an XHTML serializer supporting both DOM and SAX pretty serializing.
 

Classes in org.jasig.portal.serialize used by org.jasig.portal.utils
OutputFormat
          Specifies an output format to control the serializer.