Save This Page
Home » xwork-2.1.1-src » com.opensymphony.xwork2.inject » [javadoc | source]
com.opensymphony.xwork2.inject
public enum class: Scope [javadoc | source]
java.lang.Enum
   com.opensymphony.xwork2.inject.Scope
Scope of an injected objects.
Nested Class Summary:
public interface  Scope.Strategy  Pluggable scoping strategy. Enables users to provide custom implementations of request, session, and wizard scopes. Implement and pass to {@link Container#setScopeStrategy(com.opensymphony.xwork2.inject.Scope.Strategy)}. 
Method from com.opensymphony.xwork2.inject.Scope Summary:
scopeFactory,   toCallable
Method from com.opensymphony.xwork2.inject.Scope Detail:
 abstract InternalFactory scopeFactory(Class type,
    String name,
    InternalFactory factory)
    Wraps factory with scoping logic.
 Callable toCallable(InternalContext context,
    InternalFactory factory) 
    One instance per wizard.