Uses of Interface
org.apache.manifoldcf.core.interfaces.IHTTPOutput
-
-
Uses of IHTTPOutput in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces with parameters of type IHTTPOutput Modifier and Type Method Description static voidOutputConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidTransformationConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidOutputConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidTransformationConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.voidIPipelineConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidIPipelineConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.static voidOutputConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidTransformationConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.voidIPipelineConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber)View specification. -
Uses of IHTTPOutput in org.apache.manifoldcf.agents.output
Methods in org.apache.manifoldcf.agents.output with parameters of type IHTTPOutput Modifier and Type Method Description voidBaseOutputConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidBaseOutputConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidBaseOutputConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber)View specification. -
Uses of IHTTPOutput in org.apache.manifoldcf.agents.transformation
Methods in org.apache.manifoldcf.agents.transformation with parameters of type IHTTPOutput Modifier and Type Method Description voidBaseTransformationConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidBaseTransformationConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidBaseTransformationConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification os, int connectionSequenceNumber)View specification. -
Uses of IHTTPOutput in org.apache.manifoldcf.authorities.interfaces
Methods in org.apache.manifoldcf.authorities.interfaces with parameters of type IHTTPOutput Modifier and Type Method Description static voidAuthorityConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidMappingConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidAuthorityConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidMappingConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidAuthorityConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidMappingConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration. -
Uses of IHTTPOutput in org.apache.manifoldcf.core.connector
Methods in org.apache.manifoldcf.core.connector with parameters of type IHTTPOutput Modifier and Type Method Description voidBaseConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidBaseConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.util.ArrayList<java.lang.Object> tabsArray)voidBaseConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.voidBaseConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters)View configuration.voidBaseConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, ConfigParams parameters)View configuration. -
Uses of IHTTPOutput in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces with parameters of type IHTTPOutput Modifier and Type Method Description voidIConnector. outputConfigurationBody(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.voidIConnector. outputConfigurationHeader(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.List<java.lang.String> tabsArray)Output the configuration header section.protected voidConnectorFactory. outputThisConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.protected voidConnectorFactory. outputThisConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.voidIConnector. viewConfiguration(IThreadContext threadContext, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters)View configuration.protected voidConnectorFactory. viewThisConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration. -
Uses of IHTTPOutput in org.apache.manifoldcf.crawler.connectors
Methods in org.apache.manifoldcf.crawler.connectors with parameters of type IHTTPOutput Modifier and Type Method Description voidBaseRepositoryConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidBaseRepositoryConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidBaseRepositoryConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber)View specification. -
Uses of IHTTPOutput in org.apache.manifoldcf.crawler.interfaces
Methods in org.apache.manifoldcf.crawler.interfaces with parameters of type IHTTPOutput Modifier and Type Method Description static voidNotificationConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidRepositoryConnectorFactory. outputConfigurationBody(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.lang.String tabName)Output the configuration body section.static voidNotificationConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.static voidRepositoryConnectorFactory. outputConfigurationHeader(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams parameters, java.util.ArrayList tabsArray)Output the configuration header section.voidINotificationConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidIRepositoryConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidINotificationConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidIRepositoryConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.static voidNotificationConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.static voidRepositoryConnectorFactory. viewConfiguration(IThreadContext threadContext, java.lang.String className, IHTTPOutput out, java.util.Locale locale, ConfigParams configParams)View connector configuration.voidINotificationConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber)View specification.voidIRepositoryConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber)View specification. -
Uses of IHTTPOutput in org.apache.manifoldcf.crawler.notifications
Methods in org.apache.manifoldcf.crawler.notifications with parameters of type IHTTPOutput Modifier and Type Method Description voidBaseNotificationConnector. outputSpecificationBody(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, int actualSequenceNumber, java.lang.String tabName)Output the specification body section.voidBaseNotificationConnector. outputSpecificationHeader(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber, java.util.List<java.lang.String> tabsArray)Output the specification header section.voidBaseNotificationConnector. viewSpecification(IHTTPOutput out, java.util.Locale locale, Specification ds, int connectionSequenceNumber)View specification. -
Uses of IHTTPOutput in org.apache.manifoldcf.ui.i18n
Methods in org.apache.manifoldcf.ui.i18n with parameters of type IHTTPOutput Modifier and Type Method Description static voidMessages. outputResource(IHTTPOutput output, java.lang.Class classInstance, java.lang.String pathName, java.util.Locale locale, java.lang.String resourceKey, java.util.Map<java.lang.String,java.lang.String> substitutionParameters, boolean mapToUpperCase)Write a resource to HTTP output, specifying what to substitute, and more importantly, how.static voidMessages. outputResourceWithVelocity(IHTTPOutput output, java.lang.Class clazz, java.lang.String bundleName, java.lang.String pathName, java.util.Locale locale, java.lang.String resourceKey, java.util.Map<java.lang.String,java.lang.Object> contextObjects)static voidMessages. outputResourceWithVelocity(IHTTPOutput output, java.lang.Class clazz, java.lang.String bundleName, java.lang.String pathName, java.util.Locale locale, java.lang.String resourceKey, java.util.Map<java.lang.String,java.lang.String> substitutionParameters, boolean mapToUpperCase)Write a resource to HTTP output, specifying what to substitute, and more importantly, how. -
Uses of IHTTPOutput in org.apache.manifoldcf.ui.jsp
Classes in org.apache.manifoldcf.ui.jsp that implement IHTTPOutput Modifier and Type Class Description classJspWrapperThis class provides an implementation of IHTTPOutput, which provides output services to connector UI interfaces.
-