writer2latex.filter

Class W2XExportFilter

public class W2XExportFilter extends 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()).
Nested Class Summary
static classW2XExportFilter._W2XExportFilter
This inner class provides the component as a concrete implementation of the service description.
Method Summary
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.

Method Detail

__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

Parameters: implName the name of the implementation for which a service is desired multiFactory the service manager to be used if needed regKey the registryKey

Returns: returns a XSingleServiceFactory for creating the component

See Also: 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

Parameters: regKey the registryKey

Returns: returns true if the operation succeeded

See Also: com.sun.star.comp.loader.JavaLoader