Class XsltConverterConfiguration
- java.lang.Object
-
- org.ikasan.component.converter.xml.XsltConverterConfiguration
-
public class XsltConverterConfiguration extends java.lang.ObjectPOJO for configurable parameters onXsltConverter- Author:
- Ikasan Development Team
-
-
Constructor Summary
Constructors Constructor Description XsltConverterConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStylesheetLocation()AccessorbooleanisUseTranslets()AccessorvoidsetStylesheetLocation(java.lang.String stylesheetLocation)MutatorvoidsetUseTranslets(boolean useTranslets)Mutator
-
-
-
Method Detail
-
isUseTranslets
public boolean isUseTranslets()
Accessor- Returns:
- the useTranslates
-
setUseTranslets
public void setUseTranslets(boolean useTranslets)
Mutator- Parameters:
useTranslets- the useTranslates to set
-
getStylesheetLocation
public java.lang.String getStylesheetLocation()
Accessor- Returns:
- the stylesheetLocation
-
setStylesheetLocation
public void setStylesheetLocation(java.lang.String stylesheetLocation)
Mutator- Parameters:
stylesheetLocation- the stylesheetLocation to set
-
-