Uses of Class
org.apache.abdera.i18n.templates.Template

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

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

Methods in org.apache.abdera.i18n.templates that return Template
 Template Template.clone()
          Clone this Template instance
 

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

Fields in org.apache.abdera.protocol.server.impl with type parameters of type Template
protected  Map<Object,Template> TemplateTargetBuilder.templates
           
 

Methods in org.apache.abdera.protocol.server.impl with parameters of type Template
 TemplateTargetBuilder TemplateTargetBuilder.setTemplate(Object key, Template template)
           
 

Constructor parameters in org.apache.abdera.protocol.server.impl with type arguments of type Template
TemplateTargetBuilder(Map<Object,Template> templates)
           
 



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