Uses of Enum Class
com.opensymphony.xwork2.inject.Scope
Packages that use Scope
Package
Description
Configuration implementation classes.
Guice (pronounced "juice").
Classes for Struts configuration and property handling.
-
Uses of Scope in com.opensymphony.xwork2.config.impl
Constructors in com.opensymphony.xwork2.config.impl with parameters of type Scope -
Uses of Scope in com.opensymphony.xwork2.inject
Methods in com.opensymphony.xwork2.inject that return ScopeModifier and TypeMethodDescriptionstatic Scope
Scope.fromString
(String scopeStr) static Scope
Returns the enum constant of this class with the specified name.static Scope[]
Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.opensymphony.xwork2.inject with parameters of type ScopeModifier and TypeMethodDescription<T> ContainerBuilder
Convenience method. Equivalent tofactory(type, Container.DEFAULT_NAME, factory, scope)
.<T> ContainerBuilder
Convenience method. Equivalent tofactory(type, Container.DEFAULT_NAME, type, scope)
.<T> ContainerBuilder
Convenience method. Equivalent tofactory(type, Container.DEFAULT_NAME, implementation, scope)
.<T> ContainerBuilder
Maps a factory to a given dependency type and name.<T> ContainerBuilder
Convenience method. Equivalent tofactory(type, name, type, scope)
.<T> ContainerBuilder
ContainerBuilder.factory
(Class<T> type, String name, Class<? extends T> implementation, Scope scope) Maps an implementation class to a given dependency type and name. -
Uses of Scope in org.apache.struts2.config
Methods in org.apache.struts2.config with parameters of type ScopeModifier and TypeMethodDescriptionprotected void
AbstractBeanSelectionProvider.alias
(Class type, String key, ContainerBuilder builder, Properties props, Scope scope) -
Uses of Scope in org.apache.struts2.config.entities
Methods in org.apache.struts2.config.entities that return ScopeConstructors in org.apache.struts2.config.entities with parameters of type ScopeModifierConstructorDescriptionBeanConfig
(Class<?> clazz, String name, Class<?> type, Scope scope, boolean onlyStatic, boolean optional)