com.aspose.html.saving

Class UrlRestriction

  • java.lang.Object
    • com.aspose.html.internal.ms.System.ValueType<com.aspose.html.internal.ms.System.Enum>
      • com.aspose.html.internal.ms.System.Enum
        • com.aspose.html.saving.UrlRestriction


  • public final class UrlRestriction
    extends com.aspose.html.internal.ms.System.Enum

    This enum represents restriction applied to URLs of processed resources.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.html.internal.ms.System.Enum

        com.aspose.html.internal.ms.System.Enum.AbstractEnum, com.aspose.html.internal.ms.System.Enum.FlaggedEnum, com.aspose.html.internal.ms.System.Enum.ObjectEnum, com.aspose.html.internal.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int None
      All resources are processed.
      static int RootAndSubFolders
      Only resources located in the root and sub folders are processed.
      static int SameHost
      Only resources located in the same host are processed.
      • Fields inherited from class com.aspose.html.internal.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.html.internal.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • RootAndSubFolders

        public static final int RootAndSubFolders

        Only resources located in the root and sub folders are processed.

        See Also:
        Constant Field Values
      • SameHost

        public static final int SameHost

        Only resources located in the same host are processed.

        See Also:
        Constant Field Values