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 registerFileMonitor()
           
protected  void registerMenu()
           
protected  void registerSteps()
           
protected  void registerStoryRunner()
           
 void request()
           
 void session()
           
protected  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()

registerStoryRunner

protected void registerStoryRunner()

registerSteps

protected void registerSteps()

registerFileMonitor

protected void registerFileMonitor()

registerFileManager

protected void registerFileManager()

uploadDirectory

protected File uploadDirectory()


Copyright © 2010. All Rights Reserved.