|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbehave.core.steps.AbstractStepsFactory
org.jbehave.core.steps.weld.WeldStepsFactory
@Singleton public class WeldStepsFactory
An InjectableStepsFactory that uses a Weld Inject for the
composition and instantiation of all components that contain JBehave
annotated methods.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jbehave.core.steps.AbstractStepsFactory |
|---|
AbstractStepsFactory.StepsInstanceNotFound |
| Constructor Summary | |
|---|---|
WeldStepsFactory(Configuration configuration)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createInstanceOfType(java.lang.Class<?> type)
|
protected java.util.List<java.lang.Class<?>> |
stepsTypes()
|
| Methods inherited from class org.jbehave.core.steps.AbstractStepsFactory |
|---|
createCandidateSteps, hasAnnotatedMethods |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public WeldStepsFactory(Configuration configuration)
| Method Detail |
|---|
protected java.util.List<java.lang.Class<?>> stepsTypes()
stepsTypes in class AbstractStepsFactorypublic java.lang.Object createInstanceOfType(java.lang.Class<?> type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||