Interface FDAsset
-
- All Known Subinterfaces:
AdaptiveFormAsset
,FormAsset
@ProviderType public interface FDAsset
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FDAsset.AssetType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FDAsset.AssetType
getAssetType()
Return the type of asset if knownjava.lang.String
getDamPath()
Return path to resource of the form manager asset
-
-
-
Method Detail
-
getAssetType
FDAsset.AssetType getAssetType()
Return the type of asset if known- Returns:
-
getDamPath
java.lang.String getDamPath()
Return path to resource of the form manager asset- Returns:
-
-