public class Location extends Object implements oracle.fmwplatform.envspec.common.EntityWithId, oracle.fmwplatform.envspec.common.ContainerAware<VirtualHost>, oracle.fmwplatform.envspec.common.Substitutable
| Modifier and Type | Class and Description |
|---|---|
static class |
Location.Handler |
static class |
Location.WLProxySSL |
static class |
Location.WLProxySSLPassThrough |
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
Location.Handler |
getHandler()
Returns the handler
|
String |
getId()
Returns the id of this Location object
|
VirtualHost |
getParent()
Returns the object that contains this entity
|
String |
getUrlPattern()
Returns the urlPattern to match this Location
|
String |
getVariableValue(String key)
Returns the variable value assigned to the specified key.
|
String |
getWebLogicCluster()
Returns the cluster name
|
String |
getWebLogicHost()
Returns the webLogicHost mapped to this Location
|
String |
getWebLogicPort()
Returns the port number
|
Location.WLProxySSL |
getWlProxySSL()
Returns whether the proxy uses SSL
|
Location.WLProxySSLPassThrough |
getWlProxySSLPassThrough()
Returns whether SSL passthrough is enabled
|
Location |
setHandler(Location.Handler handler)
Sets the handler
|
Location |
setId(String id)
Set the id of this Location object
|
Location |
setParent(VirtualHost containerVirtualHost)
Sets the container object that contains this.
|
Location |
setUrlPattern(String urlPattern)
Sets the urlPattern to match this Location
|
Location |
setWebLogicCluster(String webLogicCluster)
Sets the cluster name
|
Location |
setWebLogicHost(String webLogicHost)
Sets the webLogicHost to this Location
|
Location |
setWebLogicPort(String webLogicPort)
Sets the port number
|
Location |
setWlProxySSL(Location.WLProxySSL wlProxySSL)
Sets whether proxy uses SSL
|
Location |
setWlProxySSLPassThrough(Location.WLProxySSLPassThrough wlProxySSLPassThrough)
Set SSL passthrough
|
String |
substitute(String text)
Replaces substitution keys in the specified text with their corresponding values.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
public VirtualHost getParent()
oracle.fmwplatform.envspec.common.ContainerAwaregetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<VirtualHost>public Location setParent(VirtualHost containerVirtualHost)
oracle.fmwplatform.envspec.common.ContainerAwaresetParent in interface oracle.fmwplatform.envspec.common.ContainerAware<VirtualHost>containerVirtualHost - the parent containerpublic String getId()
getId in interface oracle.fmwplatform.envspec.common.EntityWithIdpublic Location setId(String id)
setId in interface oracle.fmwplatform.envspec.common.EntityWithIdid - of the objectpublic String getUrlPattern()
public Location setUrlPattern(String urlPattern)
urlPattern - pattern to setpublic String getWebLogicHost()
public Location setWebLogicHost(String webLogicHost)
webLogicHost - of this locationpublic String getWebLogicPort()
public Location setWebLogicPort(String webLogicPort)
webLogicPort - of this objectpublic String getWebLogicCluster()
public Location setWebLogicCluster(String webLogicCluster)
webLogicCluster - of the locationpublic Location.Handler getHandler()
public Location setHandler(Location.Handler handler)
handler - of this objectpublic Location.WLProxySSL getWlProxySSL()
public Location setWlProxySSL(Location.WLProxySSL wlProxySSL)
wlProxySSL - for sslpublic Location.WLProxySSLPassThrough getWlProxySSLPassThrough()
public Location setWlProxySSLPassThrough(Location.WLProxySSLPassThrough wlProxySSLPassThrough)
wlProxySSLPassThrough - proxy of ssl pass throughpublic String getVariableValue(String key)
getVariableValue in interface oracle.fmwplatform.envspec.common.Substitutablekey - the key of the variable to be checkedpublic String substitute(String text)
substitute in interface oracle.fmwplatform.envspec.common.Substitutabletext - the original textpublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()