com.opensymphony.xwork2.inject
Interface ContainerBuilder.Command

Enclosing class:
ContainerBuilder

public static interface ContainerBuilder.Command

Implemented by classes which participate in building a container.


Method Summary
 void build(ContainerBuilder builder)
          Contributes factories to the given builder.
 

Method Detail

build

void build(ContainerBuilder builder)
Contributes factories to the given builder.

Parameters:
builder -


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.