Uses of Interface
org.apache.cocoon.template.script.InstructionFactory

Packages that use InstructionFactory
org.apache.cocoon.template   
org.apache.cocoon.template.environment   
org.apache.cocoon.template.script   
 

Uses of InstructionFactory in org.apache.cocoon.template
 

Methods in org.apache.cocoon.template that return InstructionFactory
 InstructionFactory TemplateConsumer.getInstructionFactory()
           
 

Methods in org.apache.cocoon.template with parameters of type InstructionFactory
 void TemplateConsumer.setInstructionFactory(InstructionFactory instructionFactory)
           
 

Uses of InstructionFactory in org.apache.cocoon.template.environment
 

Methods in org.apache.cocoon.template.environment that return InstructionFactory
 InstructionFactory ParsingContext.getInstructionFactory()
           
 

Constructors in org.apache.cocoon.template.environment with parameters of type InstructionFactory
ParsingContext(org.apache.cocoon.el.parsing.StringTemplateParser jxtExpressionCompiler, InstructionFactory instructionFactory)
           
 

Uses of InstructionFactory in org.apache.cocoon.template.script
 

Classes in org.apache.cocoon.template.script that implement InstructionFactory
 class DefaultInstructionFactory
           
 

Methods in org.apache.cocoon.template.script that return InstructionFactory
 InstructionFactory DefaultScriptManager.getInstructionFactory()
           
 

Methods in org.apache.cocoon.template.script with parameters of type InstructionFactory
 void DefaultScriptManager.setInstructionFactory(InstructionFactory instructionFactory)
           
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.