public interface HttpUriLink
WebAutoWireApplication
.Modifier and Type | Method and Description |
---|---|
String |
getApplicationUriPath()
Obtains the application URI path.
|
AutoWireSection |
getAutoWireSection()
Obtains the
AutoWireSection handling the URI. |
String |
getAutoWireSectionInputName()
Obtains the input name of the
AutoWireSection handling the URI. |
void |
setUriSecure(boolean isSecure)
Indicates whether the URI is to be secure.
|
String getApplicationUriPath()
AutoWireSection getAutoWireSection()
AutoWireSection
handling the URI.AutoWireSection
handling the URI.String getAutoWireSectionInputName()
AutoWireSection
handling the URI.AutoWireSection
handling the URI.void setUriSecure(boolean isSecure)
Indicates whether the URI is to be secure. This allows configuring the
URI to require a secure ServerHttpConnection
.
Should the ServerHttpConnection
not be appropriately secure, a
redirect will be triggered.
isSecure
- true
should the URI require a secure
ServerHttpConnection
.Copyright © 2005–2016. All rights reserved.