Package | Description |
---|---|
org.apache.catalina | |
org.apache.catalina.core | |
org.apache.jasper.runtime |
Modifier and Type | Method and Description |
---|---|
InstanceManager |
Context.getInstanceManager()
Used to create application instances.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setInstanceManager(InstanceManager instanceManager)
Set the instance manager associated with this Context.
|
Modifier and Type | Field and Description |
---|---|
protected InstanceManager |
StandardContext.instanceManager
Lifecycle provider.
|
Modifier and Type | Method and Description |
---|---|
InstanceManager |
StandardContext.getInstanceManager() |
Modifier and Type | Method and Description |
---|---|
void |
StandardContext.setInstanceManager(InstanceManager instanceManager) |
Modifier and Type | Field and Description |
---|---|
protected InstanceManager |
TagHandlerPool.instanceManager |
Modifier and Type | Method and Description |
---|---|
static InstanceManager |
InstanceManagerFactory.getInstanceManager(javax.servlet.ServletConfig config) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.