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 assetjava.lang.StringgetName()Name of the 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:
-
getName
java.lang.String getName()
Name of the Asset.- Returns:
-
-