@Deprecated public class LiveContentSource extends WorkbenchContentSource
CONTENT_XML, resolver
Constructor and Description |
---|
LiveContentSource(String appName,
String defaultSiteRootPath,
String host,
int port,
int clientPort,
String contextPath,
String realPath)
Deprecated.
|
getAppName, getClientPort, getContent, getHost, getMessageTimeout, getServerPort, getStore, getStoreFactory, init, isAuthoring, resolveContent, resolveContent, setAppName, setClientPort, setHost, setIsAuthoring, setMessageTimeout, setServerPort, setStoreFactory
destroy, getDefaultSiteRootPath, setDefaultSiteRootPath
@Deprecated public LiveContentSource(String appName, String defaultSiteRootPath, String host, int port, int clientPort, String contextPath, String realPath)
appName
- Name of the application for which to retrieve contentdefaultSiteRootPath
- The default site root path to use when
attempting to resolve content from a servlet requesthost
- host of the publishing TCP serverport
- port of the publishing TCP serverclientPort
- port of the TCP content clientcontextPath
- Additional debug property for identifying the client. The context path is the portion of the
request URI that is used to select the context of the request.realPath
- Additional debug property for identifying the client. The real path is where the client is
located on the file system, and is useful for locating the client from the PromotionStatus page.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.