addAssetMap

Add an Asset Map to the Portal used with shared assets.

Example usage (kotlin):

builder = builder.addAssetMap(AssetMap("images","/shared/images","images"))

Example usage (java):

builder = builder.addAssetMap(new AssetMap("images","/shared/images","images"));

Return

the instance of the PortalBuilder with the Asset Map added

Parameters

assetMap

the Asset Map to add