|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.components.serializers.util.EncodingSerializer org.apache.cocoon.components.serializers.util.XMLSerializer org.apache.cocoon.components.serializers.util.XHTMLSerializer org.apache.cocoon.components.serializers.util.HTMLSerializer org.apache.cocoon.optional.servlet.components.sax.serializers.EncodingHTMLSerializer
public class EncodingHTMLSerializer
A serializer converting XHTML into plain old HTML.
For configuration options of this serializer, please look at the EncodingXHTMLSerializer
and
EncodingSerializer
.
Any of the XHTML document type declared or used will be converted into its HTML 4.01 counterpart,
and in addition to those a "compatible" doctype can be supported to exploit a couple of shortcuts
into MSIE's rendering engine. The values for the doctype-default
can then be:
none
"compatible
"strict
"loose
"frameset
"
Field Summary |
---|
Fields inherited from class org.apache.cocoon.components.serializers.util.HTMLSerializer |
---|
HTML401_DOCTYPE_COMPATIBLE, HTML401_DOCTYPE_FRAMESET, HTML401_DOCTYPE_STRICT, HTML401_DOCTYPE_TRANSITIONAL |
Fields inherited from class org.apache.cocoon.components.serializers.util.XHTMLSerializer |
---|
doctype_default, encodeCharacters, XHTML1_DOCTYPE_FRAMESET, XHTML1_DOCTYPE_STRICT, XHTML1_DOCTYPE_TRANSITIONAL, XHTML1_NAMESPACE |
Fields inherited from class org.apache.cocoon.components.serializers.util.XMLSerializer |
---|
doctype |
Fields inherited from class org.apache.cocoon.components.serializers.util.EncodingSerializer |
---|
ATTRIBUTE_LENGTH, ATTRIBUTE_LOCAL, ATTRIBUTE_NSURI, ATTRIBUTE_QNAME, ATTRIBUTE_VALUE, charset, CONTENT_LIST_ATTRIBUTE, indentPerLevel, NAMESPACE, namespaces, request |
Constructor Summary | |
---|---|
EncodingHTMLSerializer()
|
Method Summary | |
---|---|
CacheKey |
constructCacheKey()
|
void |
finish()
This method is called after pipeline run - regardless if the run was successful or an exception was thrown. |
String |
getContentType()
|
void |
setConfiguration(Map<String,? extends Object> configuration)
Pass component specific configuration parameters to the pipeline component in a generic way. |
void |
setOutputStream(OutputStream outputStream)
|
void |
setup(Map<String,Object> parameters)
The shared object map for this pipeline run. |
String |
toString()
|
Methods inherited from class org.apache.cocoon.components.serializers.util.HTMLSerializer |
---|
body, endElementImpl, head, setDoctypeDefault, startElementImpl |
Methods inherited from class org.apache.cocoon.components.serializers.util.XHTMLSerializer |
---|
encode, getMimeType, isCdataElement, setOmitXmlDeclaration |
Methods inherited from class org.apache.cocoon.components.serializers.util.XMLSerializer |
---|
charactersImpl, closeElement, comment, endCDATA, endDocument, endDTD, endEntity, ignorableWhitespace, processingInstruction, recycle, skippedEntity, startCDATA, startDocument, startDTD, startEntity |
Methods inherited from class org.apache.cocoon.components.serializers.util.EncodingSerializer |
---|
characters, encode, encode, endElement, endPrefixMapping, flush, getColumnNumber, getLineNumber, getLocation, getPublicId, getSystemId, include, setDocumentLocator, setEncoding, setIndentPerLevel, setup, startElement, startPrefixMapping, write, write, write, write, write, writeIndent, writeln, writeln |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.xml.sax.ContentHandler |
---|
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Methods inherited from interface org.xml.sax.ext.LexicalHandler |
---|
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity |
Constructor Detail |
---|
public EncodingHTMLSerializer()
Method Detail |
---|
public CacheKey constructCacheKey()
constructCacheKey
in interface CachingPipelineComponent
public void finish()
PipelineComponent
finish
in interface PipelineComponent
public String getContentType()
getContentType
in interface Finisher
public void setConfiguration(Map<String,? extends Object> configuration)
PipelineComponent
setConfiguration
in interface PipelineComponent
configuration
- The Map
of configuration parameters.public void setOutputStream(OutputStream outputStream)
setOutputStream
in interface Finisher
setOutputStream
in class org.apache.cocoon.components.serializers.util.EncodingSerializer
public void setup(Map<String,Object> parameters)
PipelineComponent
setup
in interface PipelineComponent
parameters
- A Map
of parameters that are available to all
PipelineComponent
s. This is a modifiable map that can
be changed by this pipeline component.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |