Interface SLDUnsafeTypesProvider

All Known Implementing Classes:
DefaultSLDUnsafeTypesProvider

public interface SLDUnsafeTypesProvider
  • Method Details

    • isSLDSafe

      boolean isSLDSafe(String typeCode, String attribute, boolean read, boolean ignoreMarkedMethods)
    • isSLDSafe

      boolean isSLDSafe(String typeCode, boolean read, boolean ignoreMarkedMethods)
    • isSLDSafe

      boolean isSLDSafe(String typeCode, boolean ignoreMarkedMethods)
    • getInfo

      UnsafeTypeInfo getInfo(String type)
    • getAllUnsafeTypes

      Collection<UnsafeTypeInfo> getAllUnsafeTypes()