| Modifier and Type | Method and Description |
|---|---|
ServerContext |
EjbContainerUtil.getServerContext() |
ServerContext |
EjbContainerUtilImpl.getServerContext() |
| Modifier and Type | Method and Description |
|---|---|
WebSecurityManager |
WebSecurityManagerFactory.createManager(WebBundleDescriptor wbd,
boolean register,
ServerContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerContextImpl
This is the Server Context object.
|
| Constructor and Description |
|---|
LifecycleEventContextImpl(ServerContext ctx)
public constructor
|
| Modifier and Type | Method and Description |
|---|---|
ServerContext |
WebModule.getServerContext()
Gets ServerContext.
|
ServerContext |
WebContainer.getServerContext()
Utility Method to access the ServerContext
|
| Constructor and Description |
|---|
RestConfigChangeListener(org.glassfish.hk2.api.ServiceLocator habitat,
Reloader reload,
org.glassfish.jersey.server.ResourceConfig rc,
ServerContext sc)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServerContext |
RestAdapter.sc |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.jersey.server.ResourceConfig |
RestResourceProvider.getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator habitat,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
org.glassfish.jersey.server.ResourceConfig |
RestCommandResourceProvider.getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator habitat,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
org.glassfish.jersey.server.ResourceConfig |
AbstractRestResourceProvider.getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator habitat,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
org.glassfish.jersey.server.ResourceConfig |
RestManagementResourceProvider.getResourceConfig(Set<Class<?>> classes,
ServerContext sc,
org.glassfish.hk2.api.ServiceLocator serviceLocator,
Set<? extends org.glassfish.hk2.utilities.Binder> additionalBinders) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReloadResource.reload(Reloader r,
org.glassfish.jersey.server.ResourceConfig rc,
ServerContext sc) |
| Modifier and Type | Field and Description |
|---|---|
protected ServerContext |
EjbDeployer.sc |
| Modifier and Type | Method and Description |
|---|---|
protected MQJMXConnectorInfo |
JMSDestination._getMQJMXConnectorInfo(String targetName,
JmsService jmsService,
Class mqRAClassName,
ServerContext serverContext,
Config config,
Domain domain) |
protected MQJMXConnectorInfo |
JMSDestination._getMQJMXConnectorInfoForCluster(String target,
JmsService jmsService,
Class mqRAClassName,
ServerContext serverContext)
Gets the
MQJMXConnector object for a cluster. |
protected MQJMXConnectorInfo |
JMSDestination.getMQJMXConnectorInfo(String target,
Config config,
ServerContext serverContext,
Domain domain,
ConnectorRuntime connectorRuntime) |
protected MQJMXConnectorInfo[] |
JMSDestination.getMQJMXConnectorInfos(String target,
Config config,
ServerContext serverContext,
Domain domain,
ConnectorRuntime connectorRuntime) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JSPCompiler.compile(File inWebDir,
File outWebDir,
WebBundleDescriptor wbd,
List classpathList,
ServerContext serverContext) |
static void |
JSPCompiler.compile(File inWebDir,
File outWebDir,
WebBundleDescriptor wbd,
ServerContext serverContext) |
static void |
JSPCompiler.compile(File inWebDir,
File outWebDir,
WebBundleDescriptor wbd,
String classpath,
ServerContext serverContext) |
Copyright © 2017. All rights reserved.