|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Env | |
|---|---|
| org.sapia.soto | |
| org.sapia.soto.config | |
| org.sapia.soto.config.types | |
| org.sapia.soto.lifecycle | |
| org.sapia.soto.util | |
| Uses of Env in org.sapia.soto |
|---|
| Classes in org.sapia.soto that implement Env | |
|---|---|
static class |
SotoContainer.EnvImpl
|
| Methods in org.sapia.soto that return Env | |
|---|---|
Env |
SotoContainer.toEnv()
|
| Methods in org.sapia.soto with parameters of type Env | |
|---|---|
void |
EnvAware.setEnv(Env env)
|
| Uses of Env in org.sapia.soto.config |
|---|
| Classes in org.sapia.soto.config that implement Env | |
|---|---|
class |
ServiceEnv
An instance of this class is assigned to EnvAware instances. |
| Methods in org.sapia.soto.config that return Env | |
|---|---|
static Env |
SotoIncludeContext.currentEnv()
|
| Methods in org.sapia.soto.config with parameters of type Env | |
|---|---|
void |
ResourceAliasTag.setEnv(Env env)
|
void |
Bind.setEnv(Env env)
|
void |
Setting.setEnv(Env env)
|
void |
NewTag.setEnv(Env env)
|
void |
Ref.setEnv(Env env)
|
| Constructors in org.sapia.soto.config with parameters of type Env | |
|---|---|
IncludeTag(Env env,
SotoApplicationFactory fac)
Constructor for Include. |
|
SelectTag(Env env)
|
|
ServiceEnv(Env parent,
java.lang.String baseUri)
Creates a new instance of ServiceEnv |
|
SotoIncludeContextFactory(Env env,
org.sapia.util.text.TemplateContextIF ctx)
|
|
| Uses of Env in org.sapia.soto.config.types |
|---|
| Methods in org.sapia.soto.config.types with parameters of type Env | |
|---|---|
void |
PropertiesType.setEnv(Env env)
|
void |
ResourceType.setEnv(Env env)
|
| Uses of Env in org.sapia.soto.lifecycle |
|---|
| Methods in org.sapia.soto.lifecycle with parameters of type Env | |
|---|---|
void |
LifeCycleManager.dispose(Env env)
This method is called on this instance when the Soto container's dispose() method is called, after all services have been initialized. |
void |
DefaultLifeCycleManager.dispose(Env env)
|
void |
LifeCycleManager.init(Env env)
This method is called on this instance when the Soto container's init() method is called, prior to initializing any service. |
void |
DefaultLifeCycleManager.init(Env env)
|
void |
LifeCycleManager.postInit(Env env)
This method is called on this instance when the Soto container's init() method is called, after all services have been initialized. |
void |
DefaultLifeCycleManager.postInit(Env env)
|
| Uses of Env in org.sapia.soto.util |
|---|
| Methods in org.sapia.soto.util with parameters of type Env | |
|---|---|
void |
Namespace.setEnv(Env env)
|
| Constructors in org.sapia.soto.util with parameters of type Env | |
|---|---|
EntityResolverImpl(Env env)
|
|
EntityResolverImpl(Env env,
org.xml.sax.EntityResolver parent)
|
|
URIResolverImpl(Env env)
|
|
URIResolverImpl(Env env,
javax.xml.transform.URIResolver parent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||