Class XsltConverterConfiguration


  • public class XsltConverterConfiguration
    extends java.lang.Object
    POJO for configurable parameters on XsltConverter
    Author:
    Ikasan Development Team
    • Constructor Detail

      • XsltConverterConfiguration

        public XsltConverterConfiguration()
    • 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