writer2latex.filter
Class W2LExportFilter
java.lang.Object
writer2latex.filter.W2LExportFilter
public class W2LExportFilter
extends java.lang.Object
This outer class provides an inner class to implement the service
description, a method to instantiate the
component on demand (__getServiceFactory()), and a method to give
information about the component (__writeRegistryServiceInfo()).
static XSingleServiceFactory | __getServiceFactory(String implName, XMultiServiceFactory multiFactory, XRegistryKey regKey) - Returns a factory for creating the service.
|
static boolean | __writeRegistryServiceInfo(XRegistryKey regKey) - Writes the service information into the given registry key.
|
__getServiceFactory
public static XSingleServiceFactory __getServiceFactory(String implName,
XMultiServiceFactory multiFactory,
XRegistryKey regKey)
Returns a factory for creating the service.
This method is called by the JavaLoader
implName
- the name of the implementation for which a
service is desiredmultiFactory
- the service manager to be used if neededregKey
- the registryKey
- returns a
XSingleServiceFactory
for creating the
component
com.sun.star.comp.loader.JavaLoader
__writeRegistryServiceInfo
public static boolean __writeRegistryServiceInfo(XRegistryKey regKey)
Writes the service information into the given registry key.
This method is called by the
JavaLoader
- returns true if the operation succeeded
com.sun.star.comp.loader.JavaLoader