Uses of Interface
org.jostraca.section.Section

Packages that use Section
org.jostraca Primary Jostraca interfaces and implementation classes. 
org.jostraca.section Classes for handling template sections. 
 

Uses of Section in org.jostraca
 

Methods in org.jostraca that return Section
 Section TemplateActionHandler.getSection(java.lang.String pSectionName)
          Get the named section.
 Section BasicTemplateParser.getSection(java.lang.String pSectionName)
           
 

Uses of Section in org.jostraca.section
 

Classes in org.jostraca.section that implement Section
 class BasicSection
          Basic implementation of Section interface.
 

Methods in org.jostraca.section that return Section
 Section SectionSet.getSection(java.lang.String pSectionName)
          Get section.
 Section PythonIndenter.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section ModifierManager.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section Modifier.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section Marker.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section Identity.modify(Section pSection, PropertySet pPropertySet)
          Return Section unmodified
protected  Section Identity.checkNulls(Section pSection, PropertySet pPropertySet)
          Check if pSection or pPropertySet are null.
 Section Collapser.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section BlockIndenter.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 

Methods in org.jostraca.section with parameters of type Section
 void SectionSet.addSection(Section pSection)
          Add a Section.
 Section PythonIndenter.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section ModifierManager.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section Modifier.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section Marker.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section Identity.modify(Section pSection, PropertySet pPropertySet)
          Return Section unmodified
protected  Section Identity.checkNulls(Section pSection, PropertySet pPropertySet)
          Check if pSection or pPropertySet are null.
 Section Collapser.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 Section BlockIndenter.modify(Section pSection, PropertySet pPropertySet)
          Modify the Section.
 



Copyright © 2000-2002 Richard Rodger