Uses of Interface
gate.CreoleRegister

Packages that use CreoleRegister
gate  
gate.config   
gate.creole   
gate.util   
 

Uses of CreoleRegister in gate
 

Fields in gate declared as CreoleRegister
private static CreoleRegister Factory.reg
          The CREOLE register
private static CreoleRegister Gate.creoleRegister
          The CREOLE register.
 

Methods in gate that return CreoleRegister
static CreoleRegister Gate.getCreoleRegister()
          Get the CREOLE register.
 

Uses of CreoleRegister in gate.config
 

Fields in gate.config declared as CreoleRegister
private  CreoleRegister ConfigXmlHandler.register
          The register object that we add CREOLE directories to during parsing.
 

Uses of CreoleRegister in gate.creole
 

Classes in gate.creole that implement CreoleRegister
 class CreoleRegisterImpl
          This class implements the CREOLE register interface.
 

Fields in gate.creole declared as CreoleRegister
private  CreoleRegister CreoleXmlHandler.register
          The register object that we add ResourceData objects to during parsing.
private  CreoleRegister TestCreole.reg
          Local shorthand for the CREOLE register
(package private)  CreoleRegister TestControllers.reg
          The CREOLE register
 

Constructors in gate.creole with parameters of type CreoleRegister
CreoleXmlHandler(CreoleRegister register, URL directoryUrl)
          Construction
 

Uses of CreoleRegister in gate.util
 

Fields in gate.util declared as CreoleRegister
(package private)  CreoleRegister Scratch.SessionState.cr