Modifier and Type | Method and Description |
---|---|
AutoWireObject |
AutoWireApplication.addManagedObject(String managedObjectSourceClassName,
ManagedObjectSourceWirer wirer,
AutoWire... autoWiring)
Adds a
ManagedObjectSource for dependency injection. |
Modifier and Type | Class and Description |
---|---|
class |
AutoWireObjectImpl
Object for configuring auto-wiring.
|
Modifier and Type | Method and Description |
---|---|
AutoWireObject |
AutoWireOfficeFloorSource.addManagedObject(String managedObjectSourceClassName,
ManagedObjectSourceWirer wirer,
AutoWire... autoWiring) |
Modifier and Type | Method and Description |
---|---|
<D extends Enum<D>,F extends Enum<F>> |
SupplierSourceContextImpl.addManagedObject(ManagedObjectSource<D,F> managedObjectSource,
ManagedObjectSourceWirer wirer,
AutoWire... autoWiring) |
Modifier and Type | Method and Description |
---|---|
<D extends Enum<D>,F extends Enum<F>> |
SupplierSourceContext.addManagedObject(ManagedObjectSource<D,F> managedObjectSource,
ManagedObjectSourceWirer wirer,
AutoWire... autoWiring)
Adds a potential
ManagedObjectSource for dependency injection. |
Modifier and Type | Method and Description |
---|---|
static AutoWireObject |
HttpsServerSocketManagedObjectSource.autoWire(AutoWireApplication source,
int port,
Class<? extends SslEngineSource> sslEngineSourceClass,
String sectionName,
String sectionInputName)
Convenience method to auto-wire in a
HttpsServerSocketManagedObjectSource into an
AutoWireApplication . |
static AutoWireObject |
HttpServerSocketManagedObjectSource.autoWire(AutoWireApplication source,
int port,
String sectionName,
String sectionInputName)
Convenience method to auto-wire in a
HttpServerSocketManagedObjectSource into an
AutoWireApplication . |
Modifier and Type | Method and Description |
---|---|
AutoWireObject |
WebAutoWireApplication.addHttpApplicationObject(Class<?> objectClass)
Adds an object to be lazily created and stored within the
HttpApplicationState . |
AutoWireObject |
WebApplicationAutoWireOfficeFloorSource.addHttpApplicationObject(Class<?> objectClass) |
AutoWireObject |
WebAutoWireApplication.addHttpApplicationObject(Class<?> objectClass,
String bindName)
Adds an object to be lazily created and stored within the
HttpApplicationState . |
AutoWireObject |
WebApplicationAutoWireOfficeFloorSource.addHttpApplicationObject(Class<?> objectClass,
String bindName) |
AutoWireObject |
WebAutoWireApplication.addHttpRequestObject(Class<?> objectClass,
boolean isLoadParameters)
Adds an object to be lazily created and stored within the
HttpRequestState . |
AutoWireObject |
WebApplicationAutoWireOfficeFloorSource.addHttpRequestObject(Class<?> objectClass,
boolean isLoadParameters) |
AutoWireObject |
WebAutoWireApplication.addHttpRequestObject(Class<?> objectClass,
boolean isLoadParameters,
String bindName)
Adds an object to be lazily created and stored within the
HttpRequestState . |
AutoWireObject |
WebApplicationAutoWireOfficeFloorSource.addHttpRequestObject(Class<?> objectClass,
boolean isLoadParameters,
String bindName) |
AutoWireObject |
WebAutoWireApplication.addHttpSessionObject(Class<?> objectClass)
Adds an object to be lazily created and stored within the
HttpSession . |
AutoWireObject |
WebApplicationAutoWireOfficeFloorSource.addHttpSessionObject(Class<?> objectClass) |
AutoWireObject |
WebAutoWireApplication.addHttpSessionObject(Class<?> objectClass,
String bindName)
Adds an object to be lazily created and stored within the
HttpSession . |
AutoWireObject |
WebApplicationAutoWireOfficeFloorSource.addHttpSessionObject(Class<?> objectClass,
String bindName) |
Modifier and Type | Method and Description |
---|---|
AutoWireObject |
HttpServerAutoWireOfficeFloorSource.addHttpServerSocket(int port) |
AutoWireObject |
HttpServerAutoWireApplication.addHttpServerSocket(int port)
Adds listening for HTTP on the specified port.
|
AutoWireObject |
HttpServerAutoWireOfficeFloorSource.addHttpsServerSocket(int port,
Class<? extends SslEngineSource> sslEngineSourceClass) |
AutoWireObject |
HttpServerAutoWireApplication.addHttpsServerSocket(int port,
Class<? extends SslEngineSource> sslEngineSourceClass)
Adds listening for HTTPS on the specified port.
|
AutoWireObject |
HttpServerAutoWireOfficeFloorSource.getHttpSessionAutoWireObject() |
AutoWireObject |
HttpServerAutoWireApplication.getHttpSessionAutoWireObject()
Obtains the
AutoWireObject for the HttpSession . |
Copyright © 2005–2016. All rights reserved.