Uses of Class
org.barracudamvc.core.comp.TemplateDirective

Packages that use TemplateDirective
org.barracudamvc.contrib.dbroggisch.display   
org.barracudamvc.contrib.dbroggisch.repopulation   
org.barracudamvc.contrib.sam.models   
org.barracudamvc.core.comp   
org.barracudamvc.core.comp.renderer   
 

Uses of TemplateDirective in org.barracudamvc.contrib.dbroggisch.display
 

Methods in org.barracudamvc.contrib.dbroggisch.display with parameters of type TemplateDirective
 Object HashMapModel.getItem(TemplateDirective td)
           
 

Uses of TemplateDirective in org.barracudamvc.contrib.dbroggisch.repopulation
 

Methods in org.barracudamvc.contrib.dbroggisch.repopulation with parameters of type TemplateDirective
 Object RepopulationFormMap.getItem(TemplateDirective td)
           
 boolean RepopulationFormMap.processDirective(TemplateDirective td)
           
 

Uses of TemplateDirective in org.barracudamvc.contrib.sam.models
 

Methods in org.barracudamvc.contrib.sam.models with parameters of type TemplateDirective
 Object MapDecorator.getItem(TemplateDirective td)
          getItem first checks, if the is a matching entry in MapDecorator.mapping.
 Object TemplateModelDecorator.getItem(TemplateDirective td)
           
 boolean ErrorModel.processDirective(TemplateDirective td)
           
 boolean TemplateModelDecorator.processDirective(TemplateDirective td)
           
 

Uses of TemplateDirective in org.barracudamvc.core.comp
 

Methods in org.barracudamvc.core.comp that return TemplateDirective
static TemplateDirective TemplateDirective.getInstance(String sourceStr)
          Given a string of the form Dir::<command>.
 TemplateDirective TemplateView.lookupDir(String dirStr)
           
 TemplateDirective DefaultTemplateView.lookupDir(String dirStr)
          Look up a directive by it's string representation (rather than reparsing it).
 

Methods in org.barracudamvc.core.comp with parameters of type TemplateDirective
 Object AbstractTemplateModel.getItem(TemplateDirective td)
          get an item for a given template directive.
 Object TemplateModel.getItem(TemplateDirective td)
           
 boolean AbstractTemplateModel.processDirective(TemplateDirective td)
          process any directives. return false to indicate a the node containing this directive should be skipped.
 boolean TemplateModel.processDirective(TemplateDirective td)
           
 

Uses of TemplateDirective in org.barracudamvc.core.comp.renderer
 

Methods in org.barracudamvc.core.comp.renderer with parameters of type TemplateDirective
protected  boolean TemplateHelper.postiterate(TemplateModel tm, TemplateDirective td)
          Handles the post iteration stuff; returns false if positeration has already occurred.
protected  boolean TemplateHelper.preiterate(Node templateNode, TemplateModel tm, TemplateDirective td)
          Handles the ITERATE_START tag; returns false if we can just continue preIterate() will only be called the first time.
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.