org.jbehave.web.runner.waffle
Class JBehaveRegistrar

java.lang.Object
  extended by org.codehaus.waffle.registrar.AbstractRegistrar
      extended by org.jbehave.web.runner.waffle.JBehaveRegistrar
All Implemented Interfaces:
org.codehaus.waffle.registrar.Registrar

public class JBehaveRegistrar
extends org.codehaus.waffle.registrar.AbstractRegistrar


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.codehaus.waffle.registrar.Registrar
org.codehaus.waffle.registrar.Registrar.Injection
 
Constructor Summary
JBehaveRegistrar(org.codehaus.waffle.registrar.Registrar delegate)
           
 
Method Summary
 void application()
           
protected  void configureViews()
           
protected  org.codehaus.waffle.menu.Menu createMenu()
           
protected  void registerConfiguration()
           
protected  void registerFileManager()
           
protected  void registerMenu()
           
protected  void registerScenarioParser()
           
protected  void registerScenarioRunner()
           
protected  void registerStepdocGenerator()
           
protected  void registerSteps()
           
 void request()
           
 void session()
           
protected  java.io.File uploadDirectory()
           
 
Methods inherited from class org.codehaus.waffle.registrar.AbstractRegistrar
getComponentRegistry, getRegistered, isRegistered, register, register, registerInstance, registerInstance, registerNonCaching, registerNonCaching, useInjection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBehaveRegistrar

public JBehaveRegistrar(org.codehaus.waffle.registrar.Registrar delegate)
Method Detail

application

public void application()
Specified by:
application in interface org.codehaus.waffle.registrar.Registrar
Overrides:
application in class org.codehaus.waffle.registrar.AbstractRegistrar

session

public void session()
Specified by:
session in interface org.codehaus.waffle.registrar.Registrar
Overrides:
session in class org.codehaus.waffle.registrar.AbstractRegistrar

request

public void request()
Specified by:
request in interface org.codehaus.waffle.registrar.Registrar
Overrides:
request in class org.codehaus.waffle.registrar.AbstractRegistrar

registerMenu

protected void registerMenu()

createMenu

protected org.codehaus.waffle.menu.Menu createMenu()

configureViews

protected void configureViews()

registerConfiguration

protected void registerConfiguration()

registerScenarioParser

protected void registerScenarioParser()

registerScenarioRunner

protected void registerScenarioRunner()

registerSteps

protected void registerSteps()

registerStepdocGenerator

protected void registerStepdocGenerator()

registerFileManager

protected void registerFileManager()

uploadDirectory

protected java.io.File uploadDirectory()


Copyright © 2009. All Rights Reserved.