Interface FDAsset
-
- All Known Subinterfaces:
AdaptiveFormAsset,FormAsset
@ProviderType public interface FDAsset
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFDAsset.AssetType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FDAsset.AssetTypegetAssetType()Return the type of asset if knownjava.lang.StringgetDamPath()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:
-
-