|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope | |
---|---|
com.opensymphony.xwork2.config.impl | Configuration implementation classes. |
com.opensymphony.xwork2.inject | Guice (pronounced "juice"). |
org.apache.struts2.config | Classes for Struts configuration and property handling. |
Uses of Scope in com.opensymphony.xwork2.config.impl |
---|
Fields in com.opensymphony.xwork2.config.impl declared as Scope | |
---|---|
private Scope |
LocatableFactory.scope
|
Constructors in com.opensymphony.xwork2.config.impl with parameters of type Scope | |
---|---|
LocatableFactory(String name,
Class type,
Class implementation,
Scope scope,
Object location)
|
Uses of Scope in com.opensymphony.xwork2.inject |
---|
Methods in com.opensymphony.xwork2.inject that return Scope | |
---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in com.opensymphony.xwork2.inject with parameters of type Scope | ||
---|---|---|
|
ContainerBuilder.factory(Class<T> type,
Class<? extends T> implementation,
Scope scope)
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, implementation, scope) . |
|
|
ContainerBuilder.factory(Class<T> type,
Factory<? extends T> factory,
Scope scope)
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, factory, scope) . |
|
|
ContainerBuilder.factory(Class<T> type,
Scope scope)
Convenience method. Equivalent to factory(type,
Container.DEFAULT_NAME, type, scope) . |
|
|
ContainerBuilder.factory(Class<T> type,
String name,
Class<? extends T> implementation,
Scope scope)
Maps an implementation class to a given dependency type and name. |
|
|
ContainerBuilder.factory(Class<T> type,
String name,
Factory<? extends T> factory,
Scope scope)
Maps a factory to a given dependency type and name. |
|
|
ContainerBuilder.factory(Class<T> type,
String name,
Scope scope)
Convenience method. Equivalent to factory(type, name, type,
scope) . |
|
private
|
ContainerBuilder.factory(Key<T> key,
InternalFactory<? extends T> factory,
Scope scope)
Maps a dependency. |
Uses of Scope in org.apache.struts2.config |
---|
Methods in org.apache.struts2.config with parameters of type Scope | |
---|---|
(package private) void |
BeanSelectionProvider.alias(Class type,
String key,
ContainerBuilder builder,
Properties props,
Scope scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |