org.apache.cocoon.components.serializers.encoding
Class CompiledEncoder

java.lang.Object
  extended by org.apache.cocoon.components.serializers.encoding.AbstractCharset
      extended by org.apache.cocoon.components.serializers.encoding.CompiledCharset
          extended by org.apache.cocoon.components.serializers.encoding.CompiledEncoder
All Implemented Interfaces:
Charset, Encoder, Verifier
Direct Known Subclasses:
XMLEncoder

public abstract class CompiledEncoder
extends CompiledCharset
implements Encoder

Version:
CVS $Id: CompiledEncoder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Pier Fumagalli, February 2003

Field Summary
 
Fields inherited from class org.apache.cocoon.components.serializers.encoding.CompiledCharset
encoding
 
Constructor Summary
protected CompiledEncoder(String name)
          Create a new instance of this CompiledEncoder.
 
Method Summary
 
Methods inherited from class org.apache.cocoon.components.serializers.encoding.CompiledCharset
allows, compile, compile
 
Methods inherited from class org.apache.cocoon.components.serializers.encoding.AbstractCharset
equals, equals, getAliases, getName, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.components.serializers.encoding.Encoder
encode
 
Methods inherited from interface org.apache.cocoon.components.serializers.encoding.Verifier
allows
 

Constructor Detail

CompiledEncoder

protected CompiledEncoder(String name)
Create a new instance of this CompiledEncoder.

Parameters:
name - A name for this Encoding.
Throws:
NullPointerException - If one of the arguments is null.


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.