Package org.frankframework.larva
Class XsltProviderListener
java.lang.Object
org.frankframework.larva.XsltProviderListener
- All Implemented Interfaces:
AutoCloseable
,FrankElement
,HasApplicationContext
,HasName
,IConfigurable
,IScopeProvider
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class XsltProviderListener
extends Object
implements IConfigurable, AutoCloseable, FrankElement
XSLT provider listener for the Test Tool.
- Author:
- Jaco de Groot
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
-
Constructor Details
-
XsltProviderListener
public XsltProviderListener()
-
-
Method Details
-
configure
Description copied from interface:IConfigurable
Configure this component.configure()
is called once at startup of the framework in the configure method of the owner of thisIConfigurable
. Purpose of this method is to check whether the static configuration of the object is correct. As much as possible class-instantiating should take place in theconfigure()
, to improve performance.In the case of a container, this will propagate the configure signal to all components that apply.
- Specified by:
configure
in interfaceIConfigurable
- Throws:
ConfigurationException
- in case it was not able to configure the component.
-
processRequest
- Throws:
ListenerException
-
getResult
-
setXslt2
Deprecated.Please remove setting of xslt2, it will be auto-detected. Or use xsltVersion. -
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-