public class PublicationMapping extends Object
Constructor and Description |
---|
PublicationMapping(int namespaceId,
int publicationId,
String protocol,
String domain,
String port,
String path,
int pathScanDepth)
Creates PublicationMapping.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDomain()
Gets the domain name for the mapping.
|
int |
getNamespaceId()
Gets the namespace ID to which this publication belongs to.
|
String |
getPath()
Gets the publication path for the mapping.
|
int |
getPathScanDepth()
Gets the publication path scan depth for the mapping.
|
String |
getPort()
Gets the TCP port number for the mapping.
|
String |
getProtocol()
Gets the TCP protocol for the mapping.
|
int |
getPublicationId()
Gets the publication ID for the mapping.
|
int |
hashCode() |
String |
toString() |
public PublicationMapping(int namespaceId, int publicationId, String protocol, String domain, String port, String path, int pathScanDepth)
namespaceId
- namespace id to which this publication belongs to.publicationId
- publication id to which the url is mapped.protocol
- protocol as defined in cd_dynamic configuration.domain
- domain as defined in cd_dynamic configuration.port
- port as defined in cd_dynamic configuration.path
- relative path as defined in cd_dynamic configuration.pathScanDepth
- determines how deep the relative path will be split in order to calculate context url and
match meta data relative path.public int getNamespaceId()
public int getPublicationId()
public String getProtocol()
public String getDomain()
public String getPort()
public String getPath()
public int getPathScanDepth()
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries