com.endeca.infront.content.source
Class AuthoringContentSource

java.lang.Object
  extended by com.endeca.infront.content.source.AbstractContentSource
      extended by com.endeca.infront.content.source.WorkbenchContentSource
          extended by com.endeca.infront.content.source.AuthoringContentSource
All Implemented Interfaces:
ContentSource

Deprecated.

@Deprecated
public class AuthoringContentSource
extends WorkbenchContentSource

Retrieves authoring content from Workbench.


Field Summary
 
Fields inherited from class com.endeca.infront.content.source.WorkbenchContentSource
client, DEFAULT_CLIENT_PORT, DEFAULT_MESSAGE_TIMEOUT, DEFAULT_SERVER_PORT, validator
 
Constructor Summary
AuthoringContentSource(String appName, String defaultSiteRootPath, String host, int port, String user, String password, boolean useSSL)
          Deprecated. 
 
Method Summary
 
Methods inherited from class com.endeca.infront.content.source.WorkbenchContentSource
destroy, getAppName, getClientPort, getHost, getMessageTimeout, getServerPort, init, isAuthoring, resolveContent, resolveContent, setAppName, setClientPort, setHost, setIsAuthoring, setMessageTimeout, setServerPort
 
Methods inherited from class com.endeca.infront.content.source.AbstractContentSource
getDefaultSiteRootPath, setDefaultSiteRootPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthoringContentSource

@Deprecated
public AuthoringContentSource(String appName,
                                         String defaultSiteRootPath,
                                         String host,
                                         int port,
                                         String user,
                                         String password,
                                         boolean useSSL)
Deprecated. 

Constructs a new content source for accessing authoring content.

Parameters:
appName - The name of the application for which to retrieve content
defaultSiteRootPath - The default site root path to use when attempting to resolve content from a servlet request
host - The Workbench host name
port - The Workbench port
user - The username for connecting to Workbench
password - The password for connecting to Workbench
useSSL - Whether to use SSL when accessing Workbench


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.