public class HttpUrlContinuationSectionSource extends TransformSectionSource
AutoWireSectionTransformer
to provide the HTTP URL continuations.AbstractSectionSource.SpecificationContext
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_URL_LINK_PREFIX
Name of
Property prefix for URL to SectionInput name. |
static String |
PROPERTY_URL_SECURE_PREFIX
Name of
Property prefix for URL to indicate if requires secure
ServerHttpConnection . |
PROPERTY_SECTION_LOCATION, PROPERTY_SECTION_PROPERTY_PREFIX, PROPERTY_SECTION_SOURCE_CLASS_NAME, SUB_SECTION_NAME
Constructor and Description |
---|
HttpUrlContinuationSectionSource() |
Modifier and Type | Method and Description |
---|---|
HttpUriLink[] |
getRegisteredHttpUriLinks()
Obtains the registered
HttpUriLink instances. |
HttpUriLink |
linkUri(String uri,
AutoWireSection section,
String inputName)
Links a URI to an
OfficeSectionInput . |
protected void |
loadEnhancements()
Loads further enhancements.
|
AutoWireSection |
transformAutoWireSection(AutoWireSectionTransformerContext context)
Transforms the
AutoWireSection . |
getContext, getDesginer, loadSectionInput, loadSectionObject, loadSectionOutput, loadSpecification, loadSubSection, sourceSection
getSpecification
public static final String PROPERTY_URL_LINK_PREFIX
Property
prefix for URL to SectionInput
name.public static final String PROPERTY_URL_SECURE_PREFIX
Property
prefix for URL to indicate if requires secure
ServerHttpConnection
.public HttpUriLink linkUri(String uri, AutoWireSection section, String inputName)
OfficeSectionInput
.uri
- URI to be linked.section
- AutoWireSection
servicing the URI.inputName
- Name of the OfficeSectionInput
servicing the URI.HttpUriLink
to configure handling the URI.public HttpUriLink[] getRegisteredHttpUriLinks()
HttpUriLink
instances.HttpUriLink
instances.public AutoWireSection transformAutoWireSection(AutoWireSectionTransformerContext context)
AutoWireSectionTransformer
AutoWireSection
.transformAutoWireSection
in interface AutoWireSectionTransformer
transformAutoWireSection
in class TransformSectionSource
context
- AutoWireSectionTransformerContext
.AutoWireSection
.protected void loadEnhancements() throws Exception
TransformSectionSource
Loads further enhancements.
Override to load further enhancements.
loadEnhancements
in class TransformSectionSource
Exception
- If fails to load enhancements.Copyright © 2005–2016. All rights reserved.