Class TemplateTargetBuilder.TemplateContext
- java.lang.Object
-
- org.apache.abdera.i18n.templates.AbstractContext
-
- org.apache.abdera.i18n.templates.CachingContext
-
- org.apache.abdera.i18n.templates.DelegatingContext
-
- org.apache.abdera.protocol.server.impl.TemplateTargetBuilder.TemplateContext
-
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<String>,Context
- Enclosing class:
- TemplateTargetBuilder
@Deprecated public static class TemplateTargetBuilder.TemplateContext extends DelegatingContext
Deprecated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateContext(RequestContext request, Context subcontext)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Iterator<String>iterator()Deprecated.-
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
TemplateContext
public TemplateContext(RequestContext request, Context subcontext)
Deprecated.
-
-