public class MappingConnectorFactory extends ConnectorFactory<IMappingConnector>
Modifier and Type | Field and Description |
---|---|
protected static MappingConnectorFactory |
thisFactory |
_rcsid
Modifier | Constructor and Description |
---|---|
protected |
MappingConnectorFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
deinstall(IThreadContext threadContext,
String className)
Uninstall connector.
|
static IMappingConnector |
getConnectorNoCheck(String className)
Get a mapping connector instance, but do NOT check if class is installed first!
|
static void |
install(IThreadContext threadContext,
String className)
Install connector.
|
protected boolean |
isInstalled(IThreadContext tc,
String className)
Override this method to hook into a connector manager.
|
static void |
outputConfigurationBody(IThreadContext threadContext,
String className,
IHTTPOutput out,
Locale locale,
ConfigParams parameters,
String tabName)
Output the configuration body section.
|
static void |
outputConfigurationHeader(IThreadContext threadContext,
String className,
IHTTPOutput out,
Locale locale,
ConfigParams parameters,
ArrayList tabsArray)
Output the configuration header section.
|
static String |
processConfigurationPost(IThreadContext threadContext,
String className,
IPostParameters variableContext,
Locale locale,
ConfigParams configParams)
Process configuration post data for a connector.
|
static void |
viewConfiguration(IThreadContext threadContext,
String className,
IHTTPOutput out,
Locale locale,
ConfigParams configParams)
View connector configuration.
|
deinstallThis, getThisConnector, getThisConnectorNoCheck, getThisConnectorRaw, installThis, outputThisConfigurationBody, outputThisConfigurationHeader, processThisConfigurationPost, viewThisConfiguration
protected static final MappingConnectorFactory thisFactory
protected boolean isInstalled(IThreadContext tc, String className) throws ManifoldCFException
ConnectorFactory
isInstalled
in class ConnectorFactory<IMappingConnector>
ManifoldCFException
public static void install(IThreadContext threadContext, String className) throws ManifoldCFException
className
- is the class name.ManifoldCFException
public static void deinstall(IThreadContext threadContext, String className) throws ManifoldCFException
className
- is the class name.ManifoldCFException
public static void outputConfigurationHeader(IThreadContext threadContext, String className, IHTTPOutput out, Locale locale, ConfigParams parameters, ArrayList tabsArray) throws ManifoldCFException, IOException
ManifoldCFException
IOException
public static void outputConfigurationBody(IThreadContext threadContext, String className, IHTTPOutput out, Locale locale, ConfigParams parameters, String tabName) throws ManifoldCFException, IOException
ManifoldCFException
IOException
public static String processConfigurationPost(IThreadContext threadContext, String className, IPostParameters variableContext, Locale locale, ConfigParams configParams) throws ManifoldCFException
ManifoldCFException
public static void viewConfiguration(IThreadContext threadContext, String className, IHTTPOutput out, Locale locale, ConfigParams configParams) throws ManifoldCFException, IOException
ManifoldCFException
IOException
public static IMappingConnector getConnectorNoCheck(String className) throws ManifoldCFException
className
- is the class name.ManifoldCFException