Interface | Description |
---|---|
HttpApplicationState |
State for the
WebAutoWireApplication . |
HttpRequestState |
State for the
HttpRequest . |
HttpSecurityAutoWireSection |
Allows wiring the flows of the
HttpSecuritySource . |
HttpTemplateAutoWireSection |
Allows wiring the flows of the
HttpTemplate . |
HttpTemplateAutoWireSectionExtension |
Allows configuring the
HttpTemplateSectionExtension for the
HttpTemplateAutoWireSection . |
HttpUriLink |
Allows configuring the HTTP URI link for a
WebAutoWireApplication . |
WebAutoWireApplication |
Web
AutoWireApplication . |
Class | Description |
---|---|
HttpApplicationObjectManagedObjectSource | |
HttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject |
ManagedObject to retrieve the object from the
HttpApplicationState . |
HttpApplicationStateManagedObjectSource |
ManagedObjectSource for the HttpRequestState . |
HttpFileSectionSource |
Provides sending a particular
HttpFile . |
HttpFileSenderSectionSource |
Provides sending
HttpFile instances for the HTTP server. |
HttpRequestObjectManagedObjectSource | |
HttpRequestStateManagedObjectSource |
ManagedObjectSource for the HttpRequestState . |
HttpSecurityAutoWireSectionImpl |
Allows wiring the flows of the
HttpSecuritySource . |
HttpTemplateAutoWireSectionImpl |
Allows wiring the flows of the
HttpTemplate . |
WebApplicationAutoWireOfficeFloorSource |
AutoWireOfficeFloorSource providing web application functionality. |
WebApplicationSectionSource |
Provides server functionality for the HTTP Server.
|
Enum | Description |
---|---|
HttpApplicationObjectManagedObjectSource.Dependencies |
Dependency keys for the
HttpApplicationObjectManagedObjectSource.HttpApplicationObjectManagedObject . |
Exception | Description |
---|---|
CyclicInheritanceException |
Indicates there is a cyclic inheritance within the
HttpTemplate
instances. |
Annotation Type | Description |
---|---|
HttpApplicationStateful |
Annotated on the class of the parameters to the
HttpTemplate logic
class to indicate it should be a
HttpApplicationObjectManagedObjectSource . |
HttpParameters |
Annotated on the class of the parameters to the
HttpTemplate logic
class to indicate it should be a HttpRequestObjectManagedObjectSource
that will load the HttpRequest parameters onto the object. |
HttpRequestStateful |
Annotated on the class of the parameters to the
HttpTemplate logic
class to indicate it should be a HttpRequestObjectManagedObjectSource . |
HttpSessionStateful |
Annotated on the class of the parameters to the
HttpTemplate logic
class to indicate it should be a HttpSessionObjectManagedObjectSource . |
Copyright © 2005–2016. All rights reserved.