Uses of Interface
org.apache.abdera.i18n.templates.Context

Packages that use Context
org.apache.abdera.i18n.templates   
org.apache.abdera.protocol.server.impl   
 

Uses of Context in org.apache.abdera.i18n.templates
 

Classes in org.apache.abdera.i18n.templates that implement Context
 class AbstractContext
          Abstract base for custom Context implementations
 class CachingContext
          Abstract Context implementation that caches resolved values so that do not have to be resolved again
 class DelegatingContext
           
 class HashMapContext
          Context implementation based on a HashMap
 class ObjectContext
           
 

Fields in org.apache.abdera.i18n.templates declared as Context
protected  Context DelegatingContext.subcontext
           
 

Methods in org.apache.abdera.i18n.templates with parameters of type Context
protected static String Operation.eval(String token, Context context)
           
protected static String Operation.eval(String token, String arg, Context context)
           
abstract  String Operation.evaluate(String var, String arg, Context context)
           
 String Route.expand(Context context)
          Expand the route pattern given the specified context
 String Template.expand(Context context)
          Expand the URI Template using the specified Context.
static String Route.expand(String pattern, Context context)
           
static String Template.expand(String pattern, Context context)
           
protected static boolean Operation.isdefined(String token, Context context)
           
 

Constructors in org.apache.abdera.i18n.templates with parameters of type Context
DelegatingContext(Context subcontext)
           
 

Uses of Context in org.apache.abdera.protocol.server.impl
 

Classes in org.apache.abdera.protocol.server.impl that implement Context
static class TemplateTargetBuilder.TemplateContext
           
 

Methods in org.apache.abdera.protocol.server.impl that return Context
static Context TemplateTargetBuilder.getContext(RequestContext request, Object param)
           
 

Constructors in org.apache.abdera.protocol.server.impl with parameters of type Context
TemplateTargetBuilder.TemplateContext(RequestContext request, Context subcontext)
           
 



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