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
Type of virtual host handler.
|
static class |
Location.WLProxySSL
Store the state of a WLS SSL proxy.
|
static class |
Location.WLProxySSLPassThrough
Store the state of a WLS SSL proxy pass throught.
|
| 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 parent of this object.
|
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 JSON format.
|
String |
toString()
Returns a string representation of the object in JSON 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 - the id of this locationpublic String getUrlPattern()
public Location setUrlPattern(String urlPattern)
urlPattern - pattern to setpublic String getWebLogicHost()
public Location setWebLogicHost(String webLogicHost)
webLogicHost - value to set for the webLogicHostpublic String getWebLogicPort()
public Location setWebLogicPort(String webLogicPort)
webLogicPort - value for the webLogicPortpublic String getWebLogicCluster()
public Location setWebLogicCluster(String webLogicCluster)
webLogicCluster - value for the webLogicClusterpublic Location.Handler getHandler()
public Location setHandler(Location.Handler handler)
handler - a Handler object for this locationpublic Location.WLProxySSL getWlProxySSL()
public Location setWlProxySSL(Location.WLProxySSL wlProxySSL)
wlProxySSL - enum WLProxySSL valuepublic Location.WLProxySSLPassThrough getWlProxySSLPassThrough()
public Location setWlProxySSLPassThrough(Location.WLProxySSLPassThrough wlProxySSLPassThrough)
wlProxySSLPassThrough - enum for WLProxySSLPassThroughpublic 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 toCompactString()