Class PerformXSLTransformInArchive

  • All Implemented Interfaces:
    DBHostable, GeneralAction, JEEHostable, OSHostable, Referenceable

    public final class PerformXSLTransformInArchive
    extends PerformXSLTransform
    Allows developers to perform Extensible Stylesheet Language transformations in an archive. This is quite useful for configuring web applications in WAR, EAR, and JAR files.

    In this action, different from the PerformXSLTransform action, the outputType property does NOT support the XSLTOutputFileType.ORIGINAL_FILE value.
    • Constructor Detail

      • PerformXSLTransformInArchive

        public PerformXSLTransformInArchive()
    • Method Detail

      • setEntryPath

        public void setEntryPath​(java.lang.String entryPath)
        The path to the file in the archive to transform.
      • getEntryPath

        public java.lang.String getEntryPath()
        The path to the file in the archive to transform.