org.jbehave.web.runner.waffle.controllers
Class StepdocContext

java.lang.Object
  extended by org.jbehave.web.runner.waffle.controllers.StepdocContext

public class StepdocContext
extends java.lang.Object


Nested Class Summary
static class StepdocContext.View
           
 
Constructor Summary
StepdocContext()
           
 
Method Summary
 void addStepdocs(java.util.List<org.jbehave.scenario.steps.Stepdoc> stepdocs)
           
 void clearStepdocs()
           
 java.util.List<org.jbehave.scenario.steps.Stepdoc> getStepdocs()
           
 StepdocContext.View getView()
           
 java.util.List<StepdocContext.View> getViews()
           
 void setView(StepdocContext.View view)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepdocContext

public StepdocContext()
Method Detail

getStepdocs

public java.util.List<org.jbehave.scenario.steps.Stepdoc> getStepdocs()

addStepdocs

public void addStepdocs(java.util.List<org.jbehave.scenario.steps.Stepdoc> stepdocs)

clearStepdocs

public void clearStepdocs()

getViews

public java.util.List<StepdocContext.View> getViews()

getView

public StepdocContext.View getView()

setView

public void setView(StepdocContext.View view)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2009. All Rights Reserved.