org.apache.abdera.i18n.templates
Class AbstractContext

java.lang.Object
  extended by org.apache.abdera.i18n.templates.AbstractContext
All Implemented Interfaces:
Serializable, Cloneable, Iterable<String>, Context
Direct Known Subclasses:
CachingContext

public abstract class AbstractContext
extends Object
implements Context

Abstract base for custom Context implementations

See Also:
Serialized Form

Field Summary
protected  boolean iri
           
protected  boolean normalizing
           
 
Constructor Summary
AbstractContext()
           
 
Method Summary
 boolean isIri()
          True if IRI expansion is enabled
 boolean isNormalizing()
           
 void setIri(boolean isiri)
          True if IRI expansion is to be enabled
 void setNormalizing(boolean normalizing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.abdera.i18n.templates.Context
clear, resolve
 
Methods inherited from interface java.lang.Iterable
iterator
 

Field Detail

iri

protected boolean iri

normalizing

protected boolean normalizing
Constructor Detail

AbstractContext

public AbstractContext()
Method Detail

isIri

public boolean isIri()
Description copied from interface: Context
True if IRI expansion is enabled

Specified by:
isIri in interface Context

setIri

public void setIri(boolean isiri)
Description copied from interface: Context
True if IRI expansion is to be enabled

Specified by:
setIri in interface Context

isNormalizing

public boolean isNormalizing()

setNormalizing

public void setNormalizing(boolean normalizing)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.