com.opensymphony.xwork2.inject
Interface InternalFactory<T>

All Superinterfaces:
Serializable

interface InternalFactory<T>
extends Serializable

Creates objects which will be injected.

Author:
crazybob@google.com (Bob Lee)

Method Summary
 T create(InternalContext context)
          Creates an object to be injected.
 

Method Detail

create

T create(InternalContext context)
Creates an object to be injected.

Parameters:
context - of this injection
Returns:
instance to be injected


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