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
 boolean TemplateModelDecorator.processDirective(TemplateDirective td)
           
 Object TemplateModelDecorator.getItem(TemplateDirective td)
           
 Object MapDecorator.getItem(TemplateDirective td)
          getItem first checks, if the is a matching entry in MapDecorator.mapping.
 boolean ErrorModel.processDirective(TemplateDirective td)
           
 

Uses of TemplateDirective in org.barracudamvc.core.comp
 

Methods in org.barracudamvc.core.comp that return TemplateDirective
 TemplateDirective TemplateView.lookupDir(String dirStr)
           
static TemplateDirective TemplateDirective.getInstance(String sourceStr)
          Given a string of the form Dir::<command>.
 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
 boolean TemplateModel.processDirective(TemplateDirective td)
           
 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.
 Object AbstractTemplateModel.getItem(TemplateDirective td)
          get an item for a given template directive.
 

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

Methods in org.barracudamvc.core.comp.renderer with parameters of type TemplateDirective
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.
protected  boolean TemplateHelper.postiterate(TemplateModel tm, TemplateDirective td)
          Handles the post iteration stuff; returns false if positeration has already occurred.
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.