Uses of Interface
org.jostraca.directive.Directive

Packages that use Directive
org.jostraca.directive Directive implementations. 
 

Uses of Directive in org.jostraca.directive
 

Classes in org.jostraca.directive that implement Directive
 class CollapseWhiteSpaceDirective
          Remove new lines in text elements.
 class DirectiveManager
          Manages a keyed set of Directive objects.
 class DirectiveSupport
          Support class for Directive implementations.
 class InitDirective
          For backwards compatibility with version 0.1.0.
 class InsertSectionDirective
          Insert the contents of a section into the CodeWriter source code.
 class OneLineDirective
          Remove new lines and compress space in text elements.
 class ReplaceDirective
          Replace text in template with substitute text.
 class ReplaceRegExpDirective
          Replace text in template with substitute text using regular expressions.
 class SectionDirective
          Set the current insert section for template text and script elements.
 



Copyright © 2000-2002 Richard Rodger