|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Serializer | |
---|---|
org.jasig.portal.container.binding | |
org.jasig.portal.serialize |
Uses of Serializer in org.jasig.portal.container.binding |
---|
Fields in org.jasig.portal.container.binding declared as Serializer | |
---|---|
private Serializer |
WebApplicationMarshaller.serializer
|
Methods in org.jasig.portal.container.binding with parameters of type Serializer | |
---|---|
void |
WebApplicationMarshaller.init(org.apache.pluto.om.servlet.WebApplicationDefinition webApplicationDefinition,
Serializer serializer)
|
Uses of Serializer in org.jasig.portal.serialize |
---|
Classes in org.jasig.portal.serialize that implement Serializer | |
---|---|
class |
BaseMarkupSerializer
Base class for a serializer supporting both DOM and SAX pretty serializing of XML/HTML/XHTML documents. |
class |
CachingHTMLSerializer
Caching version of the HTML serializer |
class |
CachingXHTMLSerializer
Caching version of the XHTML serializer |
class |
HTMLSerializer
Implements an HTML/XHTML serializer supporting both DOM and SAX pretty serializing. |
class |
TextSerializer
Implements a text serializer supporting both DOM and SAX serializing. |
class |
XHTMLSerializer
Implements an XHTML serializer supporting both DOM and SAX pretty serializing. |
class |
XMLSerializer
Implements an XML serializer supporting both DOM and SAX pretty serializing. |
Methods in org.jasig.portal.serialize that return Serializer | |
---|---|
private Serializer |
SerializerFactoryImpl.getSerializer(OutputFormat format)
|
Serializer |
SerializerFactoryImpl.makeSerializer(OutputFormat format)
|
abstract Serializer |
SerializerFactory.makeSerializer(OutputFormat format)
Create a new serializer based on the OutputFormat . |
Serializer |
SerializerFactoryImpl.makeSerializer(java.io.OutputStream output,
OutputFormat format)
|
abstract Serializer |
SerializerFactory.makeSerializer(java.io.OutputStream output,
OutputFormat format)
Create a new serializer, based on the OutputFormat and
using the output byte stream and the encoding specified in the
output format. |
Serializer |
SerializerFactoryImpl.makeSerializer(java.io.Writer writer,
OutputFormat format)
|
abstract Serializer |
SerializerFactory.makeSerializer(java.io.Writer writer,
OutputFormat format)
Create a new serializer, based on the OutputFormat and
using the writer as the output character stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |