Interface SLDUnsafeTypesProvider
-
- All Known Implementing Classes:
DefaultSLDUnsafeTypesProvider
public interface SLDUnsafeTypesProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<UnsafeTypeInfo>getAllUnsafeTypes()UnsafeTypeInfogetInfo(java.lang.String type)booleanisSLDSafe(java.lang.String typeCode, boolean ignoreMarkedMethods)booleanisSLDSafe(java.lang.String typeCode, boolean read, boolean ignoreMarkedMethods)booleanisSLDSafe(java.lang.String typeCode, java.lang.String attribute, boolean read, boolean ignoreMarkedMethods)
-
-
-
Method Detail
-
isSLDSafe
boolean isSLDSafe(java.lang.String typeCode, java.lang.String attribute, boolean read, boolean ignoreMarkedMethods)
-
isSLDSafe
boolean isSLDSafe(java.lang.String typeCode, boolean read, boolean ignoreMarkedMethods)
-
isSLDSafe
boolean isSLDSafe(java.lang.String typeCode, boolean ignoreMarkedMethods)
-
getInfo
UnsafeTypeInfo getInfo(java.lang.String type)
-
getAllUnsafeTypes
java.util.Collection<UnsafeTypeInfo> getAllUnsafeTypes()
-
-