org.apache.abdera.i18n.templates
Class DelegatingContext

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

public abstract class DelegatingContext
extends CachingContext

See Also:
Serialized Form

Field Summary
protected  Context subcontext
           
 
Fields inherited from class org.apache.abdera.i18n.templates.AbstractContext
iri, normalizing
 
Constructor Summary
protected DelegatingContext(Context subcontext)
           
 
Method Summary
 Iterator<String> iterator()
           
protected
<T> T
resolveActual(String var)
           
 
Methods inherited from class org.apache.abdera.i18n.templates.CachingContext
clear, resolve
 
Methods inherited from class org.apache.abdera.i18n.templates.AbstractContext
isIri, isNormalizing, setIri, setNormalizing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subcontext

protected final Context subcontext
Constructor Detail

DelegatingContext

protected DelegatingContext(Context subcontext)
Method Detail

resolveActual

protected <T> T resolveActual(String var)
Specified by:
resolveActual in class CachingContext

iterator

public Iterator<String> iterator()


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